Skip to content

Commit

Permalink
Update extrafields.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Nov 28, 2024
1 parent cd946f9 commit fcd565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/extrafields.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ public function showInputField($key, $value, $moreparam = '', $keysuffix = '', $
$sql .= $sqlwhere;
//print $sql;

$sql .= ' ORDER BY '.implode(', ', $fields_label);
$sql .= $this->db->order(implode(',', $fields_label));

dol_syslog(get_class($this).'::showInputField type=sellist', LOG_DEBUG);
$resql = $this->db->query($sql);
Expand Down

0 comments on commit fcd565c

Please sign in to comment.