mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
New Setup Wizard
This commit is contained in:
@@ -7,7 +7,7 @@ def execute():
|
||||
webnotes.reload_doc("selling", "doctype", "shopping_cart_settings")
|
||||
|
||||
# create two default territories, one for home country and one named Rest of the World
|
||||
from setup.doctype.setup_control.setup_control import create_territories
|
||||
from setup.page.setup_wizard.setup_wizard import create_territories
|
||||
create_territories()
|
||||
|
||||
webnotes.conn.set_value("Shopping Cart Settings", None, "default_territory", "Rest of the World")
|
||||
|
||||
@@ -223,4 +223,5 @@ patch_list = [
|
||||
"patches.october_2013.p01_update_delivery_note_prevdocs",
|
||||
"patches.october_2013.p02_set_communication_status",
|
||||
"patches.october_2013.p03_crm_update_status",
|
||||
"execute:webnotes.delete_doc('DocType', 'Setup Control')",
|
||||
]
|
||||
Reference in New Issue
Block a user