1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-18 09:04:35 +01:00

bug fixes

This commit is contained in:
Hillel Coren 2014-03-05 22:30:47 +02:00
parent 63a6b88e20
commit 083fda272a

View File

@ -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;