! -> Note
$ -> Affected files
+19-Jun-2008 Joe Hunt
+# Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
+$ /sales/customer_credit_invoice.php
+
18-Jun-2008 Janusz Dobrowolski
+ Added ajax improvements
$ /sales/credit_note_entry.php
start_row();
label_cell(_("Credit Shipping Cost"), "colspan=7 align=right");
- amount_cells(null, "ChargeFreightCost", $_POST['ChargeFreightCost'], 6, 6);
+ amount_cells_ex(null, "ChargeFreightCost", 6, 8, $_POST['ChargeFreightCost']);
end_row();
$inv_items_total = $_SESSION['Items']->get_items_total_dispatch();