diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index c714774ba70..1dca794b953 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -454,7 +454,7 @@ if ($user->rights->societe->lire) { $sql .= " AND s.rowid = ".$user->societe_id; } - $sql .= " ORDER BY s.datec DESC "; + $sql .= " ORDER BY s.datec DESC"; $sql .= $db->plimit($max, 0); $result = $db->query($sql);