diff --git a/public/ayudante.php b/public/ayudante.php index 79dd2fd..eda60af 100755 --- a/public/ayudante.php +++ b/public/ayudante.php @@ -58,7 +58,7 @@ foreach ($semanasFuturas as $semana) { } $userModel = new User(); -$ayudantes = $userModel->getAyudantesActivos(); +$ayudantes = $asignacionModel->getAyudantesPorOrden(); $domingo = new DateTime(); $domingo->modify('-' . (int)$domingo->format('w') . ' days'); @@ -151,6 +151,7 @@ $domingo->modify('-' . (int)$domingo->format('w') . ' days'); Semana + Ayudante @@ -172,6 +173,21 @@ $domingo->modify('-' . (int)$domingo->format('w') . ' days'); Tu turno + + + + + + + + Tú + +
+ + + Sin asignación + +