Nombre profesor v2

This commit is contained in:
2024-06-25 10:01:36 -06:00
parent a2d8f3c972
commit 7199d7e7ad

View File

@@ -213,9 +213,9 @@ if(!is_null($user->periodo_id)){
<?php echo $reposicion["solicitudtipo_nombre"]; ?>
</td>
<td class="align-middle">
<b><?php echo $reposicion["materia_nombre"]=="" ? "-":$reposicion["materia_nombre"]; ?></b>
<?php echo $reposicion["materia_nombre"]=="" ? "-":$reposicion["materia_nombre"]; ?>
<br>
<small><?php echo $reposicion["profesor_clave"]." - ".$reposicion["profesor_nombre"]; ?></small>
<small><?php $reposicion["profesor_nombre"]; ?></small>
</td>
<td class="align-middle text-center"><?php
if($reposicion["fecha_clase"] == "") echo "-";