! -> 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
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']);
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);