Faltas
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user