Browse Source

Nombre profesor v2

alejandro.lara 1 year ago
parent
commit
7199d7e7ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      solicitud_crear.php

+ 2 - 2
solicitud_crear.php

@@ -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 "-";