commit | 31c0d43b9505c6386f6dbb168952c2d59ff1f866 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Fri May 20 15:30:00 2016 +0530 |
committer | Saurabh <saurabh6790@gmail.com> | Fri May 20 15:30:00 2016 +0530 |
tree | 08545660e6628fae3d2cdcdd73f7dfe0b2cd4690 | |
parent | 6558e1dd80664375e51e336549d8434632983d03 [diff] |
[fix] update setup wizard access
diff --git a/erpnext/setup/setup_wizard/setup_wizard.py b/erpnext/setup/setup_wizard/setup_wizard.py index 3255942..bd7009e 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)