Nombre de profesor

This commit is contained in:
2024-06-25 09:09:46 -06:00
parent 27d1025f38
commit a757b5efc5

View File

@@ -217,7 +217,11 @@ if(!is_null($user->periodo_id)){
</div>
<?php } ?>
</td>
<td class="align-middle"><?php echo $reposicion["materia_nombre"]; ?></td>
<td class="align-middle">
<?php echo $reposicion["materia_nombre"]; ?>
<br>
<small><?php echo $reposicion["profesor_clave"]." - ".$reposicion["profesor_nombre"]; ?></small>
</td>
<td class="align-middle">
<?php if($reposicion["es_reposicion"]) echo "Reposición"; else echo "Cambio"; ?>
</td>