Fix for second custom line item field
This commit is contained in:
parent
c4c1ef26a4
commit
0cfbecb576
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -349,7 +349,7 @@ NINJA.invoiceLines = function(invoice) {
|
|||
if (invoice.features.invoice_settings && account.custom_invoice_item_label1) {
|
||||
grid[0].push({text: account.custom_invoice_item_label1, style: ['tableHeader', 'custom1TableHeader']});
|
||||
}
|
||||
if (invoice.features.invoice_ettings && account.custom_invoice_item_label2) {
|
||||
if (invoice.features.invoice_settings && account.custom_invoice_item_label2) {
|
||||
grid[0].push({text: account.custom_invoice_item_label2, style: ['tableHeader', 'custom2TableHeader']});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue