mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Fix for second custom line item field
This commit is contained in:
parent
c4c1ef26a4
commit
0cfbecb576
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…
Reference in New Issue
Block a user