fix: non-collapsible in customer quick entry

(cherry picked from commit 53e120269d)
This commit is contained in:
PKSowmiya05
2026-04-15 17:17:51 +05:30
committed by Mergify
parent 1e4cafaa0e
commit 9ee059465a

View File

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