1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

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;
}
} else if (field == 'account.company_name') {
value = account.name;
value = account.name + ' ';
} else if (field == 'account.id_number') {
value = account.id_number;
if (invoiceLabels.id_number_orig) {