Fix trans
This commit is contained in:
parent
04934cc4aa
commit
98b2b29803
@ -355,7 +355,7 @@ if ($num > 0)
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
if (! empty($obj->label))
|
if (! empty($obj->label))
|
||||||
{
|
{
|
||||||
$object->ref = $obj->label;
|
$object->ref = $langs->trans($obj->label);
|
||||||
print $object->getNomUrl(0, '', 1);
|
print $object->getNomUrl(0, '', 1);
|
||||||
$object->ref = $obj->rowid;
|
$object->ref = $obj->rowid;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user