mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -74,12 +74,12 @@ export const invoiceFields = [
|
||||
{
|
||||
name: 'Bill',
|
||||
value: 'ACCPAY',
|
||||
description: 'Accounts Payable or supplier invoice'
|
||||
description: 'Accounts Payable or supplier invoice',
|
||||
},
|
||||
{
|
||||
name: 'Sales Invoice',
|
||||
value: 'ACCREC',
|
||||
description: ' Accounts Receivable or customer invoice'
|
||||
description: ' Accounts Receivable or customer invoice',
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
@@ -130,7 +130,7 @@ export const invoiceFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Line item data',
|
||||
|
||||
Reference in New Issue
Block a user