From c6fd20deef77fcb35fbea6dfde66dfead889c646 Mon Sep 17 00:00:00 2001 From: Lamrani Abdel Date: Thu, 19 Jan 2023 17:43:20 +0100 Subject: [PATCH] add columns needed in the main sql --- htdocs/hrm/position_list.php | 1 - 1 file changed, 1 deletion(-) 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;