From: Janusz Dobrowolski Date: Wed, 26 Jan 2011 12:56:21 +0000 (+0000) Subject: Fixed transaction date check message. X-Git-Tag: v2.4.2~19^2~394 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=455c2279dfd2b46c4ac36246b5e7d5806b9b2105;p=fa-stable.git Fixed transaction date check message. --- diff --git a/manufacturing/work_order_add_finished.php b/manufacturing/work_order_add_finished.php index acf67f73..c9c7e627 100644 --- a/manufacturing/work_order_add_finished.php +++ b/manufacturing/work_order_add_finished.php @@ -101,7 +101,7 @@ function can_process() } elseif (!is_date_in_fiscalyear($_POST['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('date_'); return false; } diff --git a/manufacturing/work_order_entry.php b/manufacturing/work_order_entry.php index aaba58d4..68b10f6a 100644 --- a/manufacturing/work_order_entry.php +++ b/manufacturing/work_order_entry.php @@ -156,7 +156,7 @@ function can_process() } elseif (!is_date_in_fiscalyear($_POST['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('date_'); return false; } @@ -235,7 +235,7 @@ function can_process() } //elseif (!is_date_in_fiscalyear($_POST['RequDate'])) //{ - // 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.")); // return false; //} if (isset($selected_id))