Merge pull request #54306 from aerele/fix/expand_details_in_customer_quick_entry

fix: non-collapsible in customer quick entry
This commit is contained in:
NaviN
2026-04-15 17:26:13 +05:30
committed by GitHub

View File

@@ -39,7 +39,7 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm
{ {
fieldtype: "Section Break", fieldtype: "Section Break",
label: __("Primary Contact Details"), label: __("Primary Contact Details"),
collapsible: 1, collapsible: 0,
}, },
{ {
label: __("First Name"), label: __("First Name"),
@@ -71,7 +71,7 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm
{ {
fieldtype: "Section Break", fieldtype: "Section Break",
label: __("Primary Address Details"), label: __("Primary Address Details"),
collapsible: 1, collapsible: 0,
}, },
{ {
label: __("Address Line 1"), label: __("Address Line 1"),