From 3c5e620ccf0dbff7fef94a2f1f3810e7a7044fca Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 29 Jun 2009 08:31:57 +0000 Subject: [PATCH] Small layout improments in Customer Payments --- CHANGELOG.txt | 4 ++++ sales/customer_payments.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 54bf119b..7a11e3c7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +29-Jun-2009 Joe Hunt +! Small layout improments in Customer Payments +$ /sales/customer_payments.php + 28-Jun-2009 Joe Hunt # Fixed link bugs in sales order entry and optimized a couple of functions in ui_controls.inc $ /includes/ui/ui_controls.inc diff --git a/sales/customer_payments.php b/sales/customer_payments.php index a184b079..9252cfdb 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -224,8 +224,6 @@ function display_item_form() table_section(2); - date_row(_("Date of Deposit:"), 'DateBanked', '', true, 0, 0, 0, null, true); - bank_accounts_list_row(_("Into Bank Account:"), 'bank_account', null, true); $cust_currency = get_customer_currency($_POST['customer_id']); @@ -235,6 +233,8 @@ function display_item_form() exchange_rate_display($bank_currency, $cust_currency, $_POST['DateBanked'], true); } + date_row(_("Date of Deposit:"), 'DateBanked', '', true, 0, 0, 0, null, true); + text_row(_("Reference:"), 'ref', null, 20, 40); textarea_row(_("Memo:"), 'memo_', null, 22, 4); -- 2.30.2