brotherton-erpnext/patches/january_2013/remove_landed_cost_master.py

4 lines
146 B
Python
Raw Normal View History

2013-01-23 10:36:44 +00:00
def execute():
import webnotes
webnotes.delete_doc("DocType", "Landed Cost Master")
webnotes.delete_doc("DocType", "Landed Cost Master Detail")