diff --git a/erpnext/public/js/utils/contact_address_quick_entry.js b/erpnext/public/js/utils/contact_address_quick_entry.js index f6ce5d0d28b..8c28f3b85ea 100644 --- a/erpnext/public/js/utils/contact_address_quick_entry.js +++ b/erpnext/public/js/utils/contact_address_quick_entry.js @@ -39,7 +39,7 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm { fieldtype: "Section Break", label: __("Primary Contact Details"), - collapsible: 1, + collapsible: 0, }, { label: __("First Name"), @@ -71,7 +71,7 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm { fieldtype: "Section Break", label: __("Primary Address Details"), - collapsible: 1, + collapsible: 0, }, { label: __("Address Line 1"),