blob: 5b69c30c5e931f2c23bead29365266e84bf50f0d [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 Hait1a8831f2011-11-17 15:00:55 +05307 delete_doc('DocType', 'Landed Cost Wizard')
Nabin Haitb0fa2af2011-11-16 16:20:37 +05308 reload_doc('stock', 'doctype', 'landed_cost_wizard')
9 reload_doc('stock', 'doctype', 'lc_pr_detail')