Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / sales / customer_credit_invoice.php
index 18318e566db3d9f945123e6a6a156c4596df7cfa..d9a6542499cf858f240fc9e8c320df34a4ce62a8 100644 (file)
@@ -92,7 +92,7 @@ function can_process()
                set_focus('CreditDate');
                return false;
        } elseif (!is_date_in_fiscalyear($_POST['CreditDate'])) {
-               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('CreditDate');
                return false;
        }