patch to set report type of Report

This commit is contained in:
Anand Doshi 2013-02-22 18:51:46 +05:30
parent 6b3443e6e2
commit 2ea8be9989

View File

@ -191,4 +191,5 @@ patch_list = [
"execute:webnotes.delete_doc('Search Criteria', 'employeewise_balance_leave_report')",
"execute:webnotes.delete_doc('Search Criteria', 'employee_leave_balance_report')",
"patches.february_2013.repost_reserved_qty",
"execute:webnotes.conn.sql(\"update `tabReport` set report_type=if(ifnull(query, '')='', 'Report Builder', 'Query Report') where is_standard='No'\")"
]