mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +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")
|
||||
Reference in New Issue
Block a user