Fixed report: Item wise Price List Rate
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py
index ace83fc..30acc5b 100644
--- a/erpnext/config/stock.py
+++ b/erpnext/config/stock.py
@@ -161,7 +161,7 @@
 				},
 				{
 					"type": "report",
-					"is_query_report": True,
+					"is_query_report": False,
 					"name": "Item-wise Price List Rate",
 					"doctype": "Item Price",
 				},
diff --git a/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json b/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json
index d05a6a6..ec8f599 100644
--- a/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json
+++ b/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json
@@ -1,17 +1,17 @@
 {
- "apply_user_permissions": 1, 
- "creation": "2013-09-25 10:21:15", 
- "docstatus": 0, 
- "doctype": "Report", 
- "idx": 1, 
- "is_standard": "Yes", 
- "json": "{\"filters\":[[\"Item Price\",\"price_list\",\"like\",\"%\"],[\"Item Price\",\"item_code\",\"like\",\"%\"]],\"columns\":[[\"name\",\"Item Price\"],[\"price_list\",\"Item Price\"],[\"item_code\",\"Item Price\"],[\"item_name\",\"Item Price\"],[\"item_description\",\"Item Price\"],[\"ref_rate\",\"Item Price\"],[\"buying\",\"Item Price\"],[\"selling\",\"Item Price\"],[\"currency\",\"Item Price\"]],\"sort_by\":\"Item Price.modified\",\"sort_order\":\"desc\",\"sort_by_next\":\"\",\"sort_order_next\":\"desc\"}", 
- "modified": "2014-06-03 07:18:17.097955", 
- "modified_by": "Administrator", 
- "module": "Stock", 
- "name": "Item-wise Price List Rate", 
- "owner": "Administrator", 
- "ref_doctype": "Price List", 
- "report_name": "Item-wise Price List Rate", 
+ "apply_user_permissions": 1,
+ "creation": "2013-09-25 10:21:15",
+ "docstatus": 0,
+ "doctype": "Report",
+ "idx": 1,
+ "is_standard": "Yes",
+ "json": "{\"filters\":[[\"Item Price\",\"price_list\",\"like\",\"%\"],[\"Item Price\",\"item_code\",\"like\",\"%\"]],\"columns\":[[\"name\",\"Item Price\"],[\"price_list\",\"Item Price\"],[\"item_code\",\"Item Price\"],[\"item_name\",\"Item Price\"],[\"item_description\",\"Item Price\"],[\"price_list_rate\",\"Item Price\"],[\"buying\",\"Item Price\"],[\"selling\",\"Item Price\"],[\"currency\",\"Item Price\"]],\"sort_by\":\"Item Price.modified\",\"sort_order\":\"desc\",\"sort_by_next\":\"\",\"sort_order_next\":\"desc\"}",
+ "modified": "2014-06-09 10:21:15.097955",
+ "modified_by": "Administrator",
+ "module": "Stock",
+ "name": "Item-wise Price List Rate",
+ "owner": "Administrator",
+ "ref_doctype": "Price List",
+ "report_name": "Item-wise Price List Rate",
  "report_type": "Report Builder"
-}
\ No newline at end of file
+}