fix permission issue for stock balance report - Item Group (#13069)
This commit is contained in:
parent
489ff6e21c
commit
339426c926
@ -57,8 +57,8 @@ def get_columns():
|
|||||||
columns = [
|
columns = [
|
||||||
_("Item")+":Link/Item:100",
|
_("Item")+":Link/Item:100",
|
||||||
_("Item Name")+"::150",
|
_("Item Name")+"::150",
|
||||||
_("Item Group")+"::100",
|
_("Item Group")+":Link/Item Group:100",
|
||||||
_("Brand")+"::90",
|
_("Brand")+":Link/Brand:90",
|
||||||
_("Description")+"::140",
|
_("Description")+"::140",
|
||||||
_("Warehouse")+":Link/Warehouse:100",
|
_("Warehouse")+":Link/Warehouse:100",
|
||||||
_("Stock UOM")+":Link/UOM:90",
|
_("Stock UOM")+":Link/UOM:90",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user