diff --git a/erpnext/stock/report/stock_balance/stock_balance.py b/erpnext/stock/report/stock_balance/stock_balance.py index 29481191ad8..d6fb87350c2 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",