brotherton-erpnext/patches/april_2012/reload_c_form.py
2012-09-24 19:13:42 +05:30

6 lines
158 B
Python

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