From d11241730101f62b9e7914e0036764580bc4eea3 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 20 May 2016 15:12:45 +0530 Subject: [PATCH] [hotfix] setup wizard access --- erpnext/setup/setup_wizard/setup_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/setup_wizard/setup_wizard.py b/erpnext/setup/setup_wizard/setup_wizard.py index bd7009ebd2..32559423df 100644 --- a/erpnext/setup/setup_wizard/setup_wizard.py +++ b/erpnext/setup/setup_wizard/setup_wizard.py @@ -20,7 +20,7 @@ def setup_complete(args=None): install_fixtures.install(args.get("country")) - update_setup_wizard_access() + # update_setup_wizard_access() create_fiscal_year_and_company(args) create_users(args) set_defaults(args)