From 276a78209f4492def71d5381685e18968e451bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 16 Jun 2021 16:03:15 +0200 Subject: [PATCH] :fire: Remove currency from contacts --- .../nodes/Zoho/descriptions/ContactDescription.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts index 00c372bf05..583080305c 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts @@ -105,13 +105,6 @@ export const contactFields = [ default: '', description: 'Phone number of the contact’s assistant.', }, - { - displayName: 'Currency', - name: 'Currency', - type: 'string', - default: '', - description: 'Symbol of the currency in which revenue is generated.', - }, makeCustomFieldsFixedCollection('contact'), { displayName: 'Date of Birth', @@ -267,13 +260,6 @@ export const contactFields = [ default: '', description: 'Phone number of the contact’s assistant.', }, - { - displayName: 'Currency', - name: 'Currency', - type: 'string', - default: '', - description: 'Symbol of the currency in which revenue is generated.', - }, makeCustomFieldsFixedCollection('contact'), { displayName: 'Date of Birth',