0001503: Request - fee account included in bank account table
[fa-stable.git] / sales / customer_payments.php
index e268dd22d73f75d0160416ab27bbb6b05e958ee6..8b4bccec10bb9f893fe505f8d470e6aecba87bc0 100644 (file)
@@ -179,7 +179,7 @@ function can_process()
                return false;
        }
        if (isset($_POST['charge']) && input_num('charge') > 0) {
-               $charge_acct = get_company_pref('bank_charge_act');
+               $charge_acct = get_bank_charge_account($_POST['bank_account']);
                if (get_gl_account($charge_acct) == false) {
                        display_error(_("The Bank Charge Account has not been set in System and General GL Setup."));
                        set_focus('charge');