Merged changes from stable branch up to 2.3.12
[fa-stable.git] / sales / credit_note_entry.php
index 70148e81a6574fc99ae54fa30ac53d3158e8abe5..b3ccc70857d2b6d2c0813caf2902aa95f034af19 100644 (file)
@@ -154,7 +154,7 @@ function can_process()
                set_focus('OrderDate');
                $input_error = 1;
        } elseif (!is_date_in_fiscalyear($_POST['OrderDate'])) {
-               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('OrderDate');
                $input_error = 1;
        }