mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix some InvoiceNinja-Node issues
This commit is contained in:
@@ -18,6 +18,11 @@ export const invoiceOperations = [
|
||||
value: 'create',
|
||||
description: 'Create a new invoice',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a invoice',
|
||||
},
|
||||
{
|
||||
name: 'Email',
|
||||
value: 'email',
|
||||
@@ -33,11 +38,6 @@ export const invoiceOperations = [
|
||||
value: 'getAll',
|
||||
description: 'Get data of all invoices',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a invoice',
|
||||
}
|
||||
],
|
||||
default: 'create',
|
||||
description: 'The operation to perform.',
|
||||
@@ -175,7 +175,7 @@ export const invoiceFields = [
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Po Number',
|
||||
displayName: 'PO Number',
|
||||
name: 'poNumber',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user