Fixed transaction date check message.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 26 Jan 2011 12:56:21 +0000 (12:56 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 26 Jan 2011 12:56:21 +0000 (12:56 +0000)
manufacturing/work_order_add_finished.php
manufacturing/work_order_entry.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;
        }
index aaba58d4bca6b0979a59e1e9e3cc7641745e689d..68b10f6a57a14f2e7e70396538c2a6e79a4a5894 100644 (file)
@@ -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))