From 44fdf7bea96f796c0dda0e9629ffa79a228c2a5d 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. --- 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 266f61e5231..da6d1a596b2 100644 --- a/erpnext/stock/doctype/material_request/material_request.js +++ b/erpnext/stock/doctype/material_request/material_request.js @@ -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",