Show 0% tax rates in line items

This commit is contained in:
Hillel Coren 2016-07-21 20:21:57 +03:00
parent 5fd4bddcd8
commit 74b552e132

View File

@ -31465,7 +31465,7 @@ NINJA.invoiceLines = function(invoice) {
str += tax1.toString() + '%'; str += tax1.toString() + '%';
} }
if (item.tax_name2) { if (item.tax_name2) {
if (tax1) { if (item.tax_name1) {
str += ' '; str += ' ';
} }
str += tax2.toString() + '%'; str += tax2.toString() + '%';