mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:24:31 -04: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 {
|
} else {
|
||||||
value = client.country ? client.country.name : '';
|
value = client.country ? client.country.name : '';
|
||||||
}
|
}
|
||||||
|
} else if (field == 'client.website') {
|
||||||
|
value = client.website;
|
||||||
} else if (field == 'client.email') {
|
} else if (field == 'client.email') {
|
||||||
value = contact.email == clientName ? '' : contact.email;
|
value = contact.email == clientName ? '' : contact.email;
|
||||||
} else if (field == 'client.phone') {
|
} else if (field == 'client.phone') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user