From 3d157d60a9075c4b95e2e7c34df249ea1bc9eb17 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 6 Mar 2025 07:24:11 -0600 Subject: [PATCH] =?UTF-8?q?Order=20by=20Auditor=C3=ADa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action/action_auditoria.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/action_auditoria.php b/action/action_auditoria.php index a5c389a..c7e4ddd 100644 --- a/action/action_auditoria.php +++ b/action/action_auditoria.php @@ -115,7 +115,7 @@ try { LEFT JOIN usuario ON usuario.usuario_id = REGISTRO.supervisor_id JOIN estado_supervisor ON estado_supervisor.estado_supervisor_id = COALESCE(REGISTRO.estado_supervisor_id, 0) WHERE horario.horario_id IN ($HorariosID) - ORDER BY fechas.fecha, horario_hora", + ORDER BY fechas.fecha, horario_hora, REGISTRO.estado_supervisor_id", $fechas );