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")
|