mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 02:28:30 +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",
|
fieldtype: "Section Break",
|
||||||
label: __("Primary Contact Details"),
|
label: __("Primary Contact Details"),
|
||||||
collapsible: 1,
|
collapsible: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: __("First Name"),
|
label: __("First Name"),
|
||||||
@@ -71,7 +71,7 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm
|
|||||||
{
|
{
|
||||||
fieldtype: "Section Break",
|
fieldtype: "Section Break",
|
||||||
label: __("Primary Address Details"),
|
label: __("Primary Address Details"),
|
||||||
collapsible: 1,
|
collapsible: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: __("Address Line 1"),
|
label: __("Address Line 1"),
|
||||||
|
|||||||
Reference in New Issue
Block a user