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')
|