mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
5 lines
133 B
Python
5 lines
133 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.modules.module_manager import reload_doc
|
|
reload_doc('accounts', 'doctype', 'c_form')
|