fix(Invoice Ninja Node): Fix actions for bank transactions (#11511)

This commit is contained in:
CodeShakingSheep
2024-12-16 08:59:00 -05:00
committed by GitHub
parent d6b8e65abe
commit 80eea49cf0
3 changed files with 51 additions and 7 deletions

View File

@@ -97,6 +97,17 @@ export const bankTransactionFields: INodeProperties[] = [
],
default: '',
},
{
displayName: 'Currency Name or ID',
name: 'currencyId',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
typeOptions: {
loadOptionsMethod: 'getCurrencies',
},
default: '',
},
{
displayName: 'Date',
name: 'date',