patch to set report type of Report
diff --git a/patches/patch_list.py b/patches/patch_list.py
index a82760e..17755e1 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -191,4 +191,5 @@
"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'\")"
]
\ No newline at end of file