Fix display issue with AccountID before Operation & other small fixes

This commit is contained in:
Jan Oberhauser
2021-04-02 18:10:22 +02:00
parent 7995bd610d
commit b406d4b60b
11 changed files with 126 additions and 125 deletions

View File

@@ -1,4 +1,4 @@
import {
import {
INodeProperties,
} from 'n8n-workflow';
@@ -199,13 +199,6 @@ export const clientFields = [
},
default: {},
options: [
{
displayName: 'Is Active',
name: 'is_active',
type: 'string',
default: '',
description: 'Whether the client is active, or archived. Defaults to true.',
},
{
displayName: 'Address',
name: 'address',
@@ -220,6 +213,13 @@ export const clientFields = [
default: '',
description: 'The currency used by the estimate. If not provided, the clients currency will be used. See a list of supported currencies',
},
{
displayName: 'Is Active',
name: 'is_active',
type: 'string',
default: '',
description: 'Whether the client is active, or archived. Defaults to true.',
},
],
},