From 6c548d064fabc44a97fd7e0743f5578246313480 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Fri, 8 Oct 2021 11:47:35 +0200 Subject: [PATCH] FIX : IHM --- htdocs/hrm/evaluation_card.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/hrm/evaluation_card.php b/htdocs/hrm/evaluation_card.php index 72ed1761947..64b54b4c80b 100644 --- a/htdocs/hrm/evaluation_card.php +++ b/htdocs/hrm/evaluation_card.php @@ -623,8 +623,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print '' . $langs->trans("TypeSkill") . ' '; print '' . $langs->trans("Label") . ''; print '' . $langs->trans("Description") . ''; - print '' . $langs->trans("UserRank") . ''; - print '' . $langs->trans("RequiredRank") . ''; + print '' . $langs->trans("EmployeeRank") . ''; + print '' . $langs->trans("RequiredRank") . ''; print '' . $langs->trans("Result") . ''; print ''; @@ -635,8 +635,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print ' ' . Skill::typeCodeToLabel($t->skill_type) . ''; print ' ' . $sk->getNomUrl(1) . ''; print ' ' . $t->description . ''; - print ' ' . $t->userRankForSkill . ''; - print ' ' . $t->required_rank . ''; + print ' ' . $t->userRankForSkill . ''; + print ' ' . $t->required_rank . ''; print ' ' . $t->result . ''; print ''; }