mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
Fixes in Setup Wizard
This commit is contained in:
@@ -12,7 +12,7 @@ def after_install():
|
||||
frappe.get_doc({'doctype': "Role", "role_name": "Analytics"}).insert()
|
||||
set_single_defaults()
|
||||
feature_setup()
|
||||
from erpnext.setup.setup_wizard.setup_wizard import add_all_roles_to
|
||||
from frappe.desk.page.setup_wizard.setup_wizard import add_all_roles_to
|
||||
add_all_roles_to("Administrator")
|
||||
add_web_forms()
|
||||
frappe.db.commit()
|
||||
|
||||
Reference in New Issue
Block a user