blob: b493610d16a66e0328485d1df1f0ff009da8be4e [file] [log] [blame]
Nabin Haitff728352011-11-10 14:37:47 +05301def execute():
2 from webnotes.modules import webnotes
3 from webnotes.modules.module_manager import reload_doc
4
5 reload_doc('production', 'doctype', 'flat_bom_detail')
6 reload_doc('production', 'doctype', 'bom_material')