X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_credit.php;h=dd3191571b4a14d1e804ab73bc9eab0c11eac21d;hb=7ce9ff6a73214a39ff495f04b330563212b43acb;hp=4db923b90fae7426b623c508f4d5f0b3394f852f;hpb=6e0c436eff1b7664473ea0dd1264b78f096a7808;p=fa-stable.git diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index 4db923b9..dd319157 100644 --- a/purchasing/supplier_credit.php +++ b/purchasing/supplier_credit.php @@ -173,7 +173,7 @@ function check_data() } elseif (!is_date_in_fiscalyear($_SESSION['supp_trans']->tran_date)) { - 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('tran_date'); return false; }