]> git.llucax.com Git - mecon/ai.git/blobdiff - lib/AI/Servicio.php
Cambios cortesía de gmeray:
[mecon/ai.git] / lib / AI / Servicio.php
index d6277cfdaf3a70206673e66f4f88dc86bd919848..29f20703f5f6f3b4129e99c3c3a43c0a562d3bc0 100644 (file)
@@ -203,7 +203,7 @@ class AI_Servicio extends AI_DBTreeObject {
                     }
                     $query .= "
                         GROUP BY A.$id_field
-                        ORDER BY RENGLONES DESC, COUNT DESC";
+                        ORDER BY RENGLONES DESC, COUNT DESC, A.nombre";
                 } elseif ($orden === AI_SERVICIO_ORDEN_LONG_NOMBRE) {
                     $query = "
                         SELECT *