6 lines
158 B
Python
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')
|