mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix permission issue for stock balance report - Item Group (#13069)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user