diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue index 6202c46f..0abefb39 100644 --- a/frontend/src/pages/Deal.vue +++ b/frontend/src/pages/Deal.vue @@ -115,17 +115,10 @@ {{ section.label }}
- - +
- - + { type: 'link', name: 'organization', placeholder: 'Select organization', - options: getOrganizationOptions(), - change: (data) => updateField('organization', data.value), + doctype: 'CRM Organization', + change: (data) => updateField('organization', data), create: (value, close) => { _organization.value.organization_name = value showOrganizationModal.value = true