Merge pull request #5377 from nabinhait/setup_wizard_access
[hotfix] setup wizard access
diff --git a/erpnext/setup/setup_wizard/setup_wizard.py b/erpnext/setup/setup_wizard/setup_wizard.py
index bd7009e..3255942 100644
--- a/erpnext/setup/setup_wizard/setup_wizard.py
+++ b/erpnext/setup/setup_wizard/setup_wizard.py
@@ -20,7 +20,7 @@
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)