From 339426c92635bf7ce1574b2100d7ba4eaf7bcc20 Mon Sep 17 00:00:00 2001 From: Zarrar Date: Fri, 23 Feb 2018 16:58:55 +0530 Subject: [PATCH] fix permission issue for stock balance report - Item Group (#13069) --- erpnext/stock/report/stock_balance/stock_balance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/report/stock_balance/stock_balance.py b/erpnext/stock/report/stock_balance/stock_balance.py index 29481191ad..d6fb87350c 100644 --- a/erpnext/stock/report/stock_balance/stock_balance.py +++ b/erpnext/stock/report/stock_balance/stock_balance.py @@ -57,8 +57,8 @@ def get_columns(): columns = [ _("Item")+":Link/Item:100", _("Item Name")+"::150", - _("Item Group")+"::100", - _("Brand")+"::90", + _("Item Group")+":Link/Item Group:100", + _("Brand")+":Link/Brand:90", _("Description")+"::140", _("Warehouse")+":Link/Warehouse:100", _("Stock UOM")+":Link/UOM:90",