Cambio de nombre de salón

This commit is contained in:
2024-07-01 12:38:57 -06:00
parent 6d75f304d3
commit 783d280eaf

View File

@@ -233,7 +233,7 @@ if(!is_null($user->periodo_id)){
</td>
<td class="align-middle text-center"><?php
if($reposicion["salon_id"] != ""){
echo $reposicion["salon_id"];
echo $reposicion["salon_nombre"];
}else
echo "Pendiente";
?>