Fixed transaction date check messages.
[fa-stable.git] / purchasing / supplier_payment.php
index 5421ee401d426db3ce60862252aa81999c6a94df..7bafd736055368eb21506929efa22bfdfb49af3b 100644 (file)
@@ -182,7 +182,7 @@ function check_inputs()
        } 
        elseif (!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;
        }