Added patch to reload doclayer, doclayer field and print format doctypes

This commit is contained in:
Anand Doshi 2011-11-23 18:39:08 +05:30
parent a04afc9b3b
commit 6b8d0bfb2a

View 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')