commit | d11241730101f62b9e7914e0036764580bc4eea3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri May 20 15:12:45 2016 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri May 20 15:12:45 2016 +0530 |
tree | c8bbed4b555047eb24aecacbb36e48fd68c0be76 | |
parent | de974c684cc6f86518050f5cf883ef900f551d9d [diff] |
[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)