diff --git a/htdocs/telephonie/ligne/commande/index.php b/htdocs/telephonie/ligne/commande/index.php index 8fd9980dbbf..f5110ba3366 100644 --- a/htdocs/telephonie/ligne/commande/index.php +++ b/htdocs/telephonie/ligne/commande/index.php @@ -111,7 +111,6 @@ $sql .= " cli,mode,situation,date_mise_service,date_resiliation,motif_resiliatio $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_commande_retour"; $sql .= " WHERE traite = 0 AND mode = 'PRESELECTION'"; -$sql .= " LIMIT 10"; if ($db->query($sql)) {