Fix trans

This commit is contained in:
Laurent Destailleur 2018-02-27 19:37:29 +01:00
parent 04934cc4aa
commit 98b2b29803

View File

@ -355,7 +355,7 @@ if ($num > 0)
print '<td>';
if (! empty($obj->label))
{
$object->ref = $obj->label;
$object->ref = $langs->trans($obj->label);
print $object->getNomUrl(0, '', 1);
$object->ref = $obj->rowid;
}