mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
3 lines
112 B
Python
3 lines
112 B
Python
def execute():
|
|
from webnotes.model import delete_doc
|
|
delete_doc("Search Criteria", "itemwise_sales_register1") |