mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
6 lines
147 B
Python
6 lines
147 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.modules.module_manager import reload_doc
|
|
|
|
reload_doc('production', 'doctype', 'bill_of_materials')
|