brotherton-erpnext/erpnext/patches/april_2012/reload_c_form.py
2012-04-27 17:05:50 +05:30

5 lines
118 B
Python

def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('accounts', 'doctype', 'c_form')