X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fbank_transfer.php;h=89ba5fc788be3df8749f5248a9fdb65d02b3f91e;hb=da774ae85617b051675afe581f413da78febfc0f;hp=a9f99defde024ad686a20eccedb874177cf8c2e5;hpb=04955b71e59a4abf396b92e0298891582bf32768;p=fa-stable.git diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index a9f99def..89ba5fc7 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -65,6 +65,8 @@ function gl_payment_controls() bank_accounts_list_row(_("From Account:"), 'FromBankAccount', null, true); + bank_balance_row($_POST['FromBankAccount']); + bank_accounts_list_row(_("To Account:"), 'ToBankAccount', null, true); date_row(_("Transfer Date:"), 'DatePaid', '', null, 0, 0, 0, null, true);