From 8c4c46b24a26e2229c3aa1d51046a682e39a210a Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 7 Apr 2012 23:37:46 +0200 Subject: [PATCH] Layout improvements in Bank Transfer. --- gl/bank_transfer.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index a486600..0308eb7 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -71,6 +71,10 @@ function gl_payment_controls() date_row(_("Transfer Date:"), 'DatePaid', '', null, 0, 0, 0, null, true); + ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_BANKTRANSFER)); + + table_section(2); + $from_currency = get_bank_account_currency($_POST['FromBankAccount']); $to_currency = get_bank_account_currency($_POST['ToBankAccount']); if ($from_currency != "" && $to_currency != "" && $from_currency != $to_currency) @@ -86,10 +90,6 @@ function gl_payment_controls() amount_row(_("Bank Charge:"), 'charge'); } - table_section(2); - - ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_BANKTRANSFER)); - textarea_row(_("Memo:"), 'memo_', null, 40,4); end_outer_table(1); // outer table -- 2.30.2