Fixes in sales reports to use debtor_trans.tax_included field instead of trans_tax_de...
[fa-stable.git] / gl / manage / revaluate_currencies.php
index a35c4a91e177a99db8964bdedb32085354d01509..050637d5f26cfee6b9646dc0420bec6a28a24130 100644 (file)
@@ -56,7 +56,7 @@ function check_data()
        }
        if (!is_date_in_fiscalyear($_POST['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('date');
                return false;
        }