fix: widen item name in stock projected qty (#58598)

This commit is contained in:
Pandiyan P
2026-08-31 14:02:17 +05:30
committed by GitHub
parent 6cca7d670b
commit 9087f2cdba

View File

@@ -97,11 +97,11 @@ def get_columns():
"fieldname": "item_code",
"fieldtype": "Link",
"options": "Item",
"width": 140,
"width": 200,
"sticky": "True",
},
{"label": _("Item Name"), "fieldname": "item_name", "width": 100},
{"label": _("Description"), "fieldname": "description", "width": 200},
{"label": _("Item Name"), "fieldname": "item_name", "width": 200},
{"label": _("Description"), "fieldname": "description", "width": 100},
{
"label": _("Item Group"),
"fieldname": "item_group",