reload doctype

This commit is contained in:
Nabin Hait 2012-01-05 11:16:18 +05:30
parent 15e8277a46
commit d2686b1c31

View File

@ -0,0 +1,4 @@
def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('core', 'doctype', 'doctype')