Invoice Create - Client shows 'null' in select2
This commit is contained in:
parent
556fdfc8ee
commit
8aca0f0514
1 changed files with 1 additions and 1 deletions
|
|
@ -875,7 +875,7 @@
|
|||
continue;
|
||||
}
|
||||
@endif
|
||||
var clientName = client.name;
|
||||
var clientName = client.name || '';
|
||||
for (var j=0; j<client.contacts.length; j++) {
|
||||
var contact = client.contacts[j];
|
||||
var contactName = getContactDisplayNameWithEmail(contact);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue