From a51e430e58c7340022a3445de8d224bb091b4dc2 Mon Sep 17 00:00:00 2001 From: atm-irvine <165771178+atm-irvine@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:30:07 +0200 Subject: [PATCH] fix(evaluation): on list, removed getNomUrl for label column (#33711) --- htdocs/hrm/evaluation_list.php | 2 -- 1 file changed, 2 deletions(-) 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, ''); }