Fix for PhantomJS

This commit is contained in:
Hillel Coren 2018-06-17 11:04:29 +03:00
parent c062b2b664
commit ced119a52e
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

View File

@ -1372,7 +1372,7 @@ NINJA.renderField = function(invoice, field, twoColumn) {
value = contact.custom_value2; value = contact.custom_value2;
} }
} else if (field == 'account.company_name') { } else if (field == 'account.company_name') {
value = account.name; value = account.name + ' ';
} else if (field == 'account.id_number') { } else if (field == 'account.id_number') {
value = account.id_number; value = account.id_number;
if (invoiceLabels.id_number_orig) { if (invoiceLabels.id_number_orig) {