FIX : travis
This commit is contained in:
parent
0f6d29549b
commit
03d7a8e946
@ -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'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user