From 236c7f536aac0064585c371d37cf527f6984f3ce Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 19 Jun 2008 08:41:49 +0000 Subject: [PATCH] Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php --- CHANGELOG.txt | 4 ++++ sales/customer_credit_invoice.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b83cd89b..bd3e45fc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 9b8c0d86..2e8bb162 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -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(); -- 2.30.2