From 03d7a8e946ff500108b6b6040858bbf9da4c6436 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Fri, 8 Oct 2021 10:04:35 +0200 Subject: [PATCH] FIX : travis --- htdocs/hrm/position.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/hrm/position.php b/htdocs/hrm/position.php index 14ed85466c0..8eec7d0e660 100644 --- a/htdocs/hrm/position.php +++ b/htdocs/hrm/position.php @@ -524,7 +524,7 @@ function DisplayPositionList() /* If a group by is required $sql .= " GROUP BY "; foreach($object->fields as $key => $val) { - $sql .= 't.'.$key.', '; + $sql .= "t.".$key.", "; } // Add fields from extrafields if (!empty($extrafields->attributes[$object->table_element]['label'])) {