brotherton-erpnext/erpnext/patches/january_2013/remove_landed_cost_master.py
2013-12-11 10:43:52 +05:30

7 lines
277 B
Python

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
def execute():
import webnotes
webnotes.delete_doc("DocType", "Landed Cost Master")
webnotes.delete_doc("DocType", "Landed Cost Master Detail")