mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on tests..
This commit is contained in:
parent
f396a02be4
commit
7dc40a3388
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -472,7 +472,11 @@ function getContactDisplayNameWithEmail(contact)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (contact.email) {
|
if (contact.email) {
|
||||||
str += ' <' + contact.email + '>';
|
if (str) {
|
||||||
|
str += ' - ';
|
||||||
|
}
|
||||||
|
|
||||||
|
str += contact.email;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $.trim(str);
|
return $.trim(str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user