Display bank balance in payment forms.
[fa-stable.git] / gl / bank_transfer.php
index a9f99defde024ad686a20eccedb874177cf8c2e5..89ba5fc788be3df8749f5248a9fdb65d02b3f91e 100644 (file)
@@ -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);