blob: 6c884c9a8cd7e67265d511992eb838576a30ac04 [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')
7 reload_doc('stock', 'doctype', 'landed_cost_wizard')
8 reload_doc('stock', 'doctype', 'lc_pr_detail')