Added patch to reload doclayer, doclayer field and print format doctypes
This commit is contained in:
parent
a04afc9b3b
commit
6b8d0bfb2a
8
erpnext/patches/reload_doclayer.py
Normal file
8
erpnext/patches/reload_doclayer.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
Reload DocLayer, DocLayerField and Print Format doctypes
|
||||
"""
|
||||
def execute():
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('core', 'doctype', 'print_format')
|
||||
reload_doc('core', 'doctype', 'doclayer')
|
||||
reload_doc('core', 'doctype', 'doclayerfield')
|
Loading…
x
Reference in New Issue
Block a user