diff --git a/class/stats.php b/class/stats.php index 5fd6536dc7a1f5b686808d4fa263e0683815b8cc..67412dbce41bd57215ef1fcfa29186a0279d64a2 100644 --- a/class/stats.php +++ b/class/stats.php @@ -157,7 +157,7 @@ class Stats WHERE e.id = r.employe AND e.is_veterinaire = '1' GROUP BY e.nom, e.prenom, e.id - ORDER BY c DESC + ORDER BY count DESC LIMIT 5" ); // on prépare notre requête $requete_prepare->execute();