blob: 6b8565eafef4d784106503c102853f4f85323654 [file] [log] [blame]
Nabin Haitb0fa2af2011-11-16 16:20:37 +05301def execute():
2 import webnotes
3 from webnotes.modules.module_manager import reload_doc
4 from webnotes.model import delete_doc
5
6 delete_doc('DocType', 'Landed Cost Wizard')
Nabin Haitbc60c1f2011-11-17 16:59:29 +05307 delete_doc('DocType', 'LC PR Detail')
Nabin Haitb0fa2af2011-11-16 16:20:37 +05308 reload_doc('stock', 'doctype', 'landed_cost_wizard')
9 reload_doc('stock', 'doctype', 'lc_pr_detail')