Merged changes form stabel branch up to the current state (2.3.22+).
[fa-stable.git] / manufacturing / work_order_entry.php
index 049ab914527e0609b0de9e24ad6e0f3276dfc09e..06e82837a1ade8614b23d621281f7a4666abba9d 100644 (file)
@@ -157,7 +157,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;
        }
@@ -234,7 +234,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))