diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
index b319072dc68..2ba0d4e4565 100644
--- a/htdocs/contact/list.php
+++ b/htdocs/contact/list.php
@@ -610,23 +610,23 @@ if ($result)
if (! empty($arrayfields['p.lastname']['checked']))
{
print '
';
- print $contactstatic->getNomUrl(1,'',20);
+ print $contactstatic->getNomUrl(1,'',0);
print ' | ';
}
// Firstname
if (! empty($arrayfields['p.firstname']['checked']))
{
- print ''.dol_trunc($obj->firstname,20).' | ';
+ print ''.$obj->firstname.' | ';
}
// Zip
if (! empty($arrayfields['p.zip']['checked']))
{
- print ''.dol_trunc($obj->zip,20).' | ';
+ print ''.$obj->zip.' | ';
}
// Town
if (! empty($arrayfields['p.town']['checked']))
{
- print ''.dol_trunc($obj->town,20).' | ';
+ print ''.$obj->town.' | ';
}
// Function
if (! empty($arrayfields['p.poste']['checked']))