mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
[reports][fix] removed old reports
This commit is contained in:
@@ -8,8 +8,6 @@ def execute():
|
||||
webnotes.rename_doc("DocType", "Purchase Request Item", "Material Request Item", force=True)
|
||||
if not "tabMaterial Request" in tables:
|
||||
webnotes.rename_doc("DocType", "Purchase Request", "Material Request", force=True)
|
||||
webnotes.reload_doc("buying", "search_criteria", "pending_po_items_to_bill")
|
||||
webnotes.reload_doc("buying", "search_criteria", "pending_po_items_to_receive")
|
||||
|
||||
webnotes.reload_doc("stock", "doctype", "material_request")
|
||||
webnotes.reload_doc("stock", "doctype", "material_request_item")
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.delete_doc("Search Criteria", "sales_order_pending_items")
|
||||
Reference in New Issue
Block a user