From 2c9db13041928c74edd8faa074cc9514d8ef9d16 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Sat, 1 Aug 2026 09:21:16 +0530 Subject: [PATCH] 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 44fdf7bea96f796c0dda0e9629ffa79a228c2a5d) --- erpnext/stock/doctype/material_request/material_request.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/stock/doctype/material_request/material_request.js b/erpnext/stock/doctype/material_request/material_request.js index 998c3d48477..fa342a1a79f 100644 --- a/erpnext/stock/doctype/material_request/material_request.js +++ b/erpnext/stock/doctype/material_request/material_request.js @@ -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",