01-20-2018, 04:13 AM
SelectOrderItems.php
Why are we printing $ShowDiscountGP ("2") at the bottom of the Line Items table?
See line 1453:
[attachment=685]
Why are we printing $ShowDiscountGP ("2") at the bottom of the Line Items table?
See line 1453:
PHP Code:
echo '<tr class="EvenTableRows">
<td class="number" colspan="6"><b>' . _('TOTAL Excl Tax/Freight') . '</b></td>
<td colspan="' . $varColSpan . '" class="number"><b>' . $DisplayTotal . '</b></td>
<td colspan="2">' . $ShowDiscountGP . ' </td>
</tr>
</table>';
[attachment=685]