From 4e3452afedab6573e486c1cbabc28be0583b6ae5 Mon Sep 17 00:00:00 2001 From: Patriots01 <424018289@pcpum.acatlan.unam.mx> Date: Thu, 5 Feb 2026 01:05:20 +0000 Subject: [PATCH] Modificaciones --- server/controller/Profesor/inscripcionProfesor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/controller/Profesor/inscripcionProfesor.js b/server/controller/Profesor/inscripcionProfesor.js index ef428c0..b190e98 100644 --- a/server/controller/Profesor/inscripcionProfesor.js +++ b/server/controller/Profesor/inscripcionProfesor.js @@ -25,7 +25,7 @@ async function realizarInscripcion(req, res) { const inscripcionExistente = await AlumnoInscrito.findOne({ where: { id_cuenta: usuario.id_cuenta, - id_periodo: 27 + id_periodo: 28 } }); @@ -40,7 +40,7 @@ async function realizarInscripcion(req, res) { // 3. Crear inscripción await AlumnoInscrito.create({ id_cuenta: usuario.id_cuenta, - id_periodo: 27, + id_periodo: 28, id_plataforma: 5, fecha_inscripcion: new Date(), tiempo_disponible: 3600,