From 9ee059465ada595e5d132e372a1b2fa4d9ad166d Mon Sep 17 00:00:00 2001 From: PKSowmiya05 Date: Wed, 15 Apr 2026 17:17:51 +0530 Subject: [PATCH] fix: non-collapsible in customer quick entry (cherry picked from commit 53e120269dbe716eed0a6a7157fcf47fc332f788) --- erpnext/public/js/utils/contact_address_quick_entry.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/public/js/utils/contact_address_quick_entry.js b/erpnext/public/js/utils/contact_address_quick_entry.js index a13a6d38d5b..0d20bd1a538 100644 --- a/erpnext/public/js/utils/contact_address_quick_entry.js +++ b/erpnext/public/js/utils/contact_address_quick_entry.js @@ -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"),