mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
[patch] remove sales and purchase return tool
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.delete_doc("DocType", "Sales and Purchase Return Item")
|
||||
webnotes.delete_doc("DocType", "Sales and Purchase Return Tool")
|
||||
if webnotes.conn.exists("DocType", "Sales and Purchase Return Item"):
|
||||
webnotes.delete_doc("DocType", "Sales and Purchase Return Item")
|
||||
if webnotes.conn.exists("DocType", "Sales and Purchase Return Tool"):
|
||||
webnotes.delete_doc("DocType", "Sales and Purchase Return Tool")
|
||||
Reference in New Issue
Block a user