mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
deprecated sales and purchase return tool
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.delete_doc("DocType", "Sales and Purchase Return Item")
|
||||
webnotes.delete_doc("DocType", "Sales and Purchase Return Tool")
|
||||
@@ -213,4 +213,5 @@ patch_list = [
|
||||
"execute:webnotes.reload_doc('hr', 'search_criteria', 'monthly_attendance_details')",
|
||||
"patches.march_2013.p04_pos_update_stock_check",
|
||||
"patches.march_2013.p05_payment_reconciliation",
|
||||
"patches.march_2013.p06_remove_sales_purchase_return_tool",
|
||||
]
|
||||
Reference in New Issue
Block a user