mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Invoice Ninja Node): Fix emailing and marking invoice as paid / sent (#9589)
This commit is contained in:
@@ -158,6 +158,12 @@ export const invoiceFields: INodeProperties[] = [
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
},
|
||||
{
|
||||
displayName: 'Mark Sent',
|
||||
name: 'markSent',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
},
|
||||
{
|
||||
displayName: 'Paid',
|
||||
name: 'paid',
|
||||
|
||||
Reference in New Issue
Block a user