mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +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'""") |