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.

(cherry picked from commit 44fdf7bea9)
This commit is contained in:
Mihir Kandoi
2026-08-01 09:21:16 +05:30
committed by Mergify
parent 9b647bed5c
commit 2c9db13041

View File

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