Skip to content

Commit

Permalink
Fix trans
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 27, 2018
1 parent 75cbc46 commit 8b9e196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/cron/list.php
Expand Up @@ -355,7 +355,7 @@
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;
}
Expand Down

0 comments on commit 8b9e196

Please sign in to comment.