mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
[cleanup] deprecated search criteria, amendment_date, cancel_reason
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
def execute():
|
||||
from webnotes.model import delete_doc
|
||||
delete_doc("Search Criteria", "itemwise_sales_register1")
|
||||
@@ -1,7 +0,0 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.delete_doc("Search Criteria", "delivery_note_itemwise_pending_to_bill")
|
||||
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc("accounts", "report", "delivered_items_to_be_billed")
|
||||
@@ -1,7 +0,0 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.conn.sql("""delete from `tabSearch Criteria`
|
||||
where name ='employee_leave_balance_report1'""")
|
||||
webnotes.conn.sql("""delete from `tabSearch Criteria`
|
||||
where name ='employee_leave_balance_report2'""")
|
||||
Reference in New Issue
Block a user