diff --git a/htdocs/hrm/position_list.php b/htdocs/hrm/position_list.php index dc427fd3aa6..4500d3d45ec 100644 --- a/htdocs/hrm/position_list.php +++ b/htdocs/hrm/position_list.php @@ -620,7 +620,6 @@ while ($i < $imaxinloop) { // get info needed $object->date_start = $obj->date_start; $object->date_end = $obj->date_end; - $object->fk_job = $obj->job_label; $userstatic->id = $obj->fk_user;