commit | 16e943f1203cc1e912ee1ac0b4a3432e81e2b05a | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Sep 16 12:57:31 2014 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Sep 16 12:57:31 2014 +0530 |
tree | 6c2df66a25eb56d25455745b4317e8454f5cddea | |
parent | 9d610214cf4fc57a605eeb5681d65e3446f9819b [diff] |
Removed link of item-wise last purchase rate from buying home page
diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py index 1b9e5a2..f17020f 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py
@@ -138,12 +138,6 @@ { "type": "report", "is_query_report": True, - "name": "Item-wise Last Purchase Rate", - "doctype": "Item" - }, - { - "type": "report", - "is_query_report": True, "name": "Purchase Order Trends", "doctype": "Purchase Order" },