mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
fix in reload_c_form path
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
def execute():
|
def execute():
|
||||||
import webnotes
|
import webnotes
|
||||||
from webnotes.modules.module_manager import reload_doc
|
from webnotes.modules import reload_doc
|
||||||
reload_doc('accounts', 'doctype', 'c_form')
|
reload_doc('accounts', 'doctype', 'c_form')
|
||||||
|
|||||||
Reference in New Issue
Block a user