X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fcustomer_credit_invoice.php;h=fcc934bd224d945c98e222a78b82e164072d6599;hb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;hp=59e454efd163aa41095d743672bc49afc0fd0688;hpb=d585998d2265b8c65a24e30566f8f29683ff2406;p=fa-stable.git diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 59e454ef..fcc934bd 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -92,7 +92,7 @@ function can_process() set_focus('CreditDate'); return false; } elseif (!is_date_in_fiscalyear($_POST['CreditDate'])) { - 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('CreditDate'); return false; }