FIX : travis

This commit is contained in:
Gauthier PC portable 024 2021-10-08 10:04:35 +02:00
parent 0f6d29549b
commit 03d7a8e946

View File

@ -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'])) {