Files
erpnext/erpnext/patches/reload_flat_bom.py
2011-11-10 14:37:47 +05:30

7 lines
220 B
Python

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