mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
[cleanup] deprecated search criteria, amendment_date, cancel_reason
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
for sc in ["itemwise_price_list", "itemwise_receipt_details",
|
||||
"shortage_to_purchase_request", "stock_aging_report",
|
||||
"stock_ledger", "stock_level", "stock_report",
|
||||
"custom_test2", "custom_test3", "custom_test4",
|
||||
"test_so2", "test_so3"]:
|
||||
webnotes.delete_doc("Search Criteria", sc)
|
||||
@@ -1,4 +0,0 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
for sc in ["warranty-amc_expiry_details", "warranty-amc_summary"]:
|
||||
webnotes.delete_doc("Search Criteria", sc)
|
||||
Reference in New Issue
Block a user