mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
removed sales order pending items report
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.delete_doc("Search Criteria", "sales_order_pending_items")
|
||||
@@ -163,4 +163,5 @@ patch_list = [
|
||||
"patches.february_2013.remove_gl_mapper",
|
||||
"patches.february_2013.reload_bom_replace_tool_permission",
|
||||
"patches.february_2013.payment_reconciliation_reset_values",
|
||||
"patches.february_2013.remove_sales_order_pending_items",
|
||||
]
|
||||
Reference in New Issue
Block a user