fix permission issue for stock balance report - Item Group (#13069)

This commit is contained in:
Zarrar 2018-02-23 16:58:55 +05:30 committed by Nabin Hait
parent 489ff6e21c
commit 339426c926

View File

@ -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",