Small layout improments in Customer Payments
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 29 Jun 2009 08:31:57 +0000 (08:31 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 29 Jun 2009 08:31:57 +0000 (08:31 +0000)
CHANGELOG.txt
sales/customer_payments.php

index 54bf119bbba11f1d21d88c6f93aff4f64989e4da..7a11e3c777a4fb1584cbf93c652f617284fbdfaf 100644 (file)
@@ -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
index a184b079d31f70c2d2020174edde60e1a647dcf8..9252cfdbeec66b8115efd4c5ceeeba1b96a27356 100644 (file)
@@ -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);