mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
7 lines
245 B
Python
7 lines
245 B
Python
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'""") |