mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
bug fixes
This commit is contained in:
parent
63a6b88e20
commit
083fda272a
@ -791,7 +791,6 @@ function wordWrapText(value, width)
|
|||||||
|
|
||||||
function getClientDisplayName(client)
|
function getClientDisplayName(client)
|
||||||
{
|
{
|
||||||
console.log(client);
|
|
||||||
var contact = client.contacts[0];
|
var contact = client.contacts[0];
|
||||||
if (client.name) {
|
if (client.name) {
|
||||||
return client.name;
|
return client.name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user