diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 3bdaeaf6057..c6cf2ce9149 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -729,7 +729,7 @@ class Form if ($filter) $sql.= " AND ".$filter; $sql.= " ORDER BY re.description ASC"; - dol_syslog(get_class(this)."::select_remises sql=".$sql); + dol_syslog(get_class($this)."::select_remises sql=".$sql); $resql=$this->db->query($sql); if ($resql) {