diff --git a/htdocs/hrm/evaluation_list.php b/htdocs/hrm/evaluation_list.php index 38ea2077848..07263c13e8a 100644 --- a/htdocs/hrm/evaluation_list.php +++ b/htdocs/hrm/evaluation_list.php @@ -704,8 +704,6 @@ while ($i < $imaxinloop) { print $object->getLibStatut(5); } elseif ($key == 'rowid') { print $object->showOutputField($val, $key, $object->id, ''); - } elseif ($key == 'label') { - print $object->getNomUrl(1); } else { print $object->showOutputField($val, $key, $object->$key, ''); }