diff --git a/action/profesor_faltas.php b/action/profesor_faltas.php index 0e9e896..3dd7c42 100644 --- a/action/profesor_faltas.php +++ b/action/profesor_faltas.php @@ -54,7 +54,7 @@ try { "WITH fechas AS ( SELECT h.horario_id, - fechas_clase(h.horario_id, true) AS registro_fecha_ideal, + fechas_clase(h.horario_id, true, NULL, NULL) AS registro_fecha_ideal, hp.profesor_id FROM horario h JOIN horario_profesor hp USING (horario_id)