brotherton-erpnext/erpnext/patches/reload_bom.py

6 lines
147 B
Python

def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('production', 'doctype', 'bill_of_materials')