9 lines
272 B
Python
Raw Normal View History

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
2012-04-06 17:42:02 +05:30
def execute():
import webnotes
2012-04-27 17:05:50 +05:30
from webnotes.modules import reload_doc
2012-04-06 17:42:02 +05:30
reload_doc('accounts', 'doctype', 'c_form')