Merged changes form stabel branch up to the current state (2.3.22+).
[fa-stable.git] / manufacturing / work_order_add_finished.php
index fb2ae94ca33d6a21d706e0b4abb833c933448ba3..35c731767554c36f9f1c24bef773a12bd66604dc 100644 (file)
@@ -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;
        }