From db499dcaa4543ca16d417cd12e033c53e01b2962 Mon Sep 17 00:00:00 2001 From: Shreya Shah Date: Tue, 12 Dec 2017 14:19:35 +0530 Subject: [PATCH] fixed fiscal dates (#11939) --- erpnext/public/js/setup_wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index 9e3a8bf66f..740c3b966d 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -207,7 +207,7 @@ erpnext.setup.slides_settings = [ // default 1st Jan - 31st Dec erpnext.setup.fiscal_years = { - "Afghanistan": ["12-20", "12-21"], + "Afghanistan": ["12-21", "12-20"], "Australia": ["07-01", "06-30"], "Bangladesh": ["07-01", "06-30"], "Canada": ["04-01", "03-31"],