mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
backup manager (wip)
This commit is contained in:
@@ -3,5 +3,6 @@ def execute():
|
||||
webnotes.conn.sql("""delete from `tabSearch Criteria` \
|
||||
where name = 'customer_address_contact'""")
|
||||
|
||||
webnotes.reload_doc("core", "doctype", "docfield")
|
||||
webnotes.reload_doc("core", "doctype", "report")
|
||||
webnotes.reload_doc('selling', 'report', 'customer_addresses_and_contacts')
|
||||
Reference in New Issue
Block a user