This commit is contained in:
Rushabh Mehta
2013-06-24 15:47:02 +05:30
28 changed files with 289 additions and 252 deletions

View File

@@ -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()