Cambio de nombre de grupo

This commit is contained in:
2024-07-01 12:23:20 -06:00
parent f7e7d72f00
commit 6d75f304d3

View File

@@ -122,7 +122,7 @@ foreach($repEdo_rs as $redo){
$sheet->setCellValue('C'.$row, $reposicion["profesor_clave"]." - ".$reposicion["profesor_nombre"]);
$sheet->setCellValue('D'.$row, $reposicion["materia_nombre"]);
if($reposicion["horario_grupo"]!="")
$sheet->setCellValue('E'.$row, $reposicion["grupo_nombre"]);
$sheet->setCellValue('E'.$row, $reposicion["horario_grupo"]);
if($reposicion["fecha_clase"]!=""){
$fechaI = DateTime::createFromFormat('Y-m-d', $reposicion["fecha_nueva"])->format('d/m/Y');