brotherton-erpnext/erpnext/patches/april_2012/reload_c_form.py

5 lines
133 B
Python
Raw Normal View History

2012-04-06 12:12:02 +00:00
def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('accounts', 'doctype', 'c_form')