mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-10 05:01:47 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user