mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-19 06:45:11 +00:00
fix: non-collapsible in customer quick entry
(cherry picked from commit 53e120269d)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user