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"),