mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 03:58:26 +00:00
4 lines
146 B
Python
4 lines
146 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.delete_doc("DocType", "Landed Cost Master")
|
|
webnotes.delete_doc("DocType", "Landed Cost Master Detail") |