Permission for Stock ledger and balance report

This commit is contained in:
Nabin Hait 2015-05-07 15:40:43 +05:30
parent 3545575c8b
commit 4bfbd29411

View File

@ -145,13 +145,13 @@ def get_data():
"type": "report", "type": "report",
"is_query_report": True, "is_query_report": True,
"name": "Stock Ledger", "name": "Stock Ledger",
"doctype": "Item", "doctype": "Stock Ledger Entry",
}, },
{ {
"type": "report", "type": "report",
"is_query_report": True, "is_query_report": True,
"name": "Stock Balance", "name": "Stock Balance",
"doctype": "Warehouse" "doctype": "Stock Ledger Entry"
}, },
{ {
"type": "report", "type": "report",