fix: label the items table in the supplier selection dialog

The grid template always renders its label line, so leaving the table unlabelled
left an empty line hanging above the description.
This commit is contained in:
Mihir Kandoi
2026-08-01 09:23:09 +05:30
parent 44fdf7bea9
commit 2e72846670

View File

@@ -468,6 +468,7 @@ frappe.ui.form.on("Material Request", {
{
fieldname: "items",
fieldtype: "Table",
label: __("Items"),
cannot_add_rows: true,
cannot_delete_rows: true,
in_place_edit: true,