brotherton-erpnext/patches/april_2012/reload_c_form.py

6 lines
158 B
Python
Raw Normal View History

from __future__ import unicode_literals
2012-04-06 12:12:02 +00:00
def execute():
import webnotes
2012-04-27 11:35:50 +00:00
from webnotes.modules import reload_doc
2012-04-06 12:12:02 +00:00
reload_doc('accounts', 'doctype', 'c_form')