Cleanups in price/cost/reorder levels pages.
[fa-stable.git] / manufacturing / work_order_add_finished.php
index acf67f73e197ef7e0621795772b40b17426a1893..c9c7e6271133e40a0ab0cc16a986ed8133d7667a 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;
        }