From d5e2788cb4effb7701f603dc93b2a09460d1773e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 7 May 2015 15:28:21 +0530 Subject: [PATCH] Permission for Stock ledger and balance report --- erpnext/config/stock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index fbf7d7ce92..d9e75592e7 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py @@ -140,13 +140,13 @@ def get_data(): "type": "report", "is_query_report": True, "name": "Stock Ledger", - "doctype": "Item", + "doctype": "Stock Ledger Entry", }, { "type": "report", "is_query_report": True, "name": "Stock Balance", - "doctype": "Warehouse" + "doctype": "Stock Ledger Entry" }, { "type": "report",