commit | d5e2788cb4effb7701f603dc93b2a09460d1773e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 07 15:28:21 2015 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 07 15:28:21 2015 +0530 |
tree | fdc758d902c1c12190c914b0733dad8cb6b1d08b | |
parent | a0b1124d6fc4f5f58d58901a7f0dbd8a16aabb25 [diff] |
Permission for Stock ledger and balance report
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index fbf7d7c..d9e7559 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py
@@ -140,13 +140,13 @@ "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",