Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 19 Jun 2008 08:41:49 +0000 (08:41 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 19 Jun 2008 08:41:49 +0000 (08:41 +0000)
CHANGELOG.txt
sales/customer_credit_invoice.php

index b83cd89bfbb57db5306548f3d6ef5755fdcce880..bd3e45fc5732dddeb031e428abedfa1a1a45d38e 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> 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
index 9b8c0d86000a80efe85afb8966a92a058d0d3d2f..2e8bb162b0c0ca4ce8ed9a7d6c0095166a2b2318 100644 (file)
@@ -300,7 +300,7 @@ function display_credit_items()
 
        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();