mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🔥 Remove currency from contacts
This commit is contained in:
parent
df3ed8d351
commit
276a78209f
|
@ -105,13 +105,6 @@ export const contactFields = [
|
||||||
default: '',
|
default: '',
|
||||||
description: 'Phone number of the contact’s assistant.',
|
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'),
|
makeCustomFieldsFixedCollection('contact'),
|
||||||
{
|
{
|
||||||
displayName: 'Date of Birth',
|
displayName: 'Date of Birth',
|
||||||
|
@ -267,13 +260,6 @@ export const contactFields = [
|
||||||
default: '',
|
default: '',
|
||||||
description: 'Phone number of the contact’s assistant.',
|
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'),
|
makeCustomFieldsFixedCollection('contact'),
|
||||||
{
|
{
|
||||||
displayName: 'Date of Birth',
|
displayName: 'Date of Birth',
|
||||||
|
|
Loading…
Reference in a new issue