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