mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
[merge]
This commit is contained in:
@@ -98,7 +98,7 @@ class DocType:
|
||||
self.create_email_digest()
|
||||
|
||||
webnotes.clear_cache()
|
||||
msgprint("Company setup is complete. Please refresh the page before continuing.")
|
||||
msgprint("Company setup is complete. This page will be refreshed in a moment.")
|
||||
|
||||
import webnotes.utils
|
||||
user_fullname = (args.get('first_name') or '') + (args.get('last_name')
|
||||
@@ -262,4 +262,4 @@ def create_territories():
|
||||
"parent_territory": root_territory,
|
||||
"is_group": "No"
|
||||
}).insert()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user