Fixed transaction date check messages.
[fa-stable.git] / purchasing / supplier_credit.php
index 4db923b90fae7426b623c508f4d5f0b3394f852f..dd3191571b4a14d1e804ab73bc9eab0c11eac21d 100644 (file)
@@ -173,7 +173,7 @@ function check_data()
        } 
        elseif (!is_date_in_fiscalyear($_SESSION['supp_trans']->tran_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('tran_date');
                return false;
        }