mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-23 20:16:40 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user