X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=6d9992a68666b0f87ffb2de0dda65ae89a09808a;hb=90b3d069d96b99671af51726e2953352738abb75;hp=ed8f5a089a9c50302c9e7614358e2e68b31fe496;hpb=8ecdfec3e664440856af9b205d37e3327c126cfc;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index ed8f5a08..6d9992a6 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -182,7 +182,7 @@ function check_inputs() } elseif (!is_date_in_fiscalyear($_POST['DatePaid'])) { - display_error(_("The entered date is not in fiscal year.")); + display_error(_("The entered date is out of fiscal year or is closed for further data entry.")); set_focus('DatePaid'); return false; } @@ -273,12 +273,12 @@ start_form(); supplier_list_row(_("Payment To:"), 'supplier_id', null, false, true); set_global_supplier($_POST['supplier_id']); - + if (!list_updated('bank_account')) $_POST['bank_account'] = get_default_supplier_bank_account($_POST['supplier_id']); - + bank_accounts_list_row(_("From Bank Account:"), 'bank_account', null, true); - + bank_balance_row($_POST['bank_account']); table_section(2);