mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 15:47:06 +00:00
fix: widen item name in stock projected qty (#58598)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user