mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
added the missing patch
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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