Fixed transaction date check messages.
[fa-stable.git] / gl / bank_transfer.php
index 351bfb5d51dd5cc6dd91a2a4b86f30de816282a3..482539f4c9605044a5f404abe1148f438ea71397 100644 (file)
@@ -111,7 +111,7 @@ function check_valid_entries()
        }
        if (!is_date_in_fiscalyear($_POST['DatePaid']))
        {
-               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('DatePaid');
                return false;
        }