fixed fiscal dates (#11939)

This commit is contained in:
Shreya Shah 2017-12-12 14:19:35 +05:30 committed by Nabin Hait
parent f628184c68
commit db499dcaa4

View File

@ -207,7 +207,7 @@ erpnext.setup.slides_settings = [
// default 1st Jan - 31st Dec // default 1st Jan - 31st Dec
erpnext.setup.fiscal_years = { erpnext.setup.fiscal_years = {
"Afghanistan": ["12-20", "12-21"], "Afghanistan": ["12-21", "12-20"],
"Australia": ["07-01", "06-30"], "Australia": ["07-01", "06-30"],
"Bangladesh": ["07-01", "06-30"], "Bangladesh": ["07-01", "06-30"],
"Canada": ["04-01", "03-31"], "Canada": ["04-01", "03-31"],