mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
4 lines
143 B
Python
4 lines
143 B
Python
import webnotes
|
|
def execute():
|
|
for sc in ["warranty-amc_expiry_details", "warranty-amc_summary"]:
|
|
webnotes.delete_doc("Search Criteria", sc) |