All
This commit is contained in:
@@ -60,7 +60,6 @@ try {
|
||||
'reposicion_hora',
|
||||
'salon_reposicion.salon as reposicion_salon',
|
||||
];
|
||||
|
||||
$data = array_map(
|
||||
fn($ruta) => array_merge(
|
||||
[
|
||||
@@ -77,6 +76,8 @@ try {
|
||||
->where('horario_dia = EXTRACT(DOW FROM CURRENT_DATE)')
|
||||
->where('bloque_horario.id', $_GET['bloque_horario_id'])
|
||||
->where('salon_view.id_espacio_padre', $ruta['id_espacio_sgu'])
|
||||
->orderBy('horario_hora')
|
||||
->orderBy('salon_view.salon')
|
||||
->get(
|
||||
'horario_view',
|
||||
columns: $columns
|
||||
|
||||
Reference in New Issue
Block a user