mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Fix missing website field
This commit is contained in:
parent
d6fb281965
commit
3dcd3c5fb1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1151,6 +1151,8 @@ NINJA.renderField = function(invoice, field, twoColumn) {
|
||||
} else {
|
||||
value = client.country ? client.country.name : '';
|
||||
}
|
||||
} else if (field == 'client.website') {
|
||||
value = client.website;
|
||||
} else if (field == 'client.email') {
|
||||
value = contact.email == clientName ? '' : contact.email;
|
||||
} else if (field == 'client.phone') {
|
||||
|
Loading…
Reference in New Issue
Block a user