added the missing patch

This commit is contained in:
Rushabh Mehta
2012-11-12 12:12:24 +05:30
parent 702a8b1295
commit 13a0e4693e
6 changed files with 180 additions and 0 deletions

View File

@@ -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'""")