mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
fix to blog and wnf backup does not backup files
This commit is contained in:
@@ -97,7 +97,7 @@ class DocType:
|
||||
self.create_email_digest()
|
||||
|
||||
webnotes.clear_cache()
|
||||
msgprint("Company setup is complete")
|
||||
msgprint("Company setup is complete. Please refresh the page before continuing.")
|
||||
|
||||
import webnotes.utils
|
||||
user_fullname = (args.get('first_name') or '') + (args.get('last_name')
|
||||
|
||||
Reference in New Issue
Block a user