From 16e943f1203cc1e912ee1ac0b4a3432e81e2b05a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 16 Sep 2014 12:57:31 +0530 Subject: [PATCH] Removed link of item-wise last purchase rate from buying home page --- erpnext/config/buying.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py index 1b9e5a23b0c..f17020f2b74 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py @@ -135,12 +135,6 @@ def get_data(): "name": "Item-wise Purchase History", "doctype": "Item" }, - { - "type": "report", - "is_query_report": True, - "name": "Item-wise Last Purchase Rate", - "doctype": "Item" - }, { "type": "report", "is_query_report": True,