fix: keep the bulk supplier field to half the supplier selection dialog

A lone Link field stretched the full width of the dialog, which reads as a
search bar rather than a field. A column break holds it to half.
This commit is contained in:
Mihir Kandoi
2026-08-01 09:21:16 +05:30
parent e84bf44e51
commit 44fdf7bea9

View File

@@ -463,6 +463,8 @@ frappe.ui.form.on("Material Request", {
dialog.fields_dict.items.grid.refresh();
},
},
{ fieldtype: "Column Break" },
{ fieldtype: "Section Break" },
{
fieldname: "items",
fieldtype: "Table",