brotherton-erpnext/patches/january_2013/remove_landed_cost_master.py
2013-01-23 16:06:44 +05:30

4 lines
146 B
Python

def execute():
import webnotes
webnotes.delete_doc("DocType", "Landed Cost Master")
webnotes.delete_doc("DocType", "Landed Cost Master Detail")