mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
[patches] [fix] replace sync with reload_doc in old patches
This commit is contained in:
@@ -31,5 +31,4 @@ def execute():
|
||||
webnotes.conn.commit()
|
||||
webnotes.conn.begin()
|
||||
|
||||
import webnotes.model.sync
|
||||
webnotes.model.sync.sync('core', 'profile')
|
||||
webnotes.reload_doc('core', 'doctype', 'profile')
|
||||
Reference in New Issue
Block a user