mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
reload doctype
This commit is contained in:
4
erpnext/patches/reload_doctype.py
Normal file
4
erpnext/patches/reload_doctype.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('core', 'doctype', 'doctype')
|
||||
Reference in New Issue
Block a user