Modificacion en select

This commit is contained in:
santiago
2025-08-11 11:10:51 -06:00
parent d194d31683
commit 6f16111ebb
@@ -20,7 +20,7 @@ async function realizarInscripcion(req, res) {
// 2. Verificar si ya tiene inscripción
const inscripcionExistente = await AlumnoInscrito.findOne({
where: { id_cuenta: usuario.id_cuenta,
id_periodo: usuario.id_periodo}
id_periodo: 27}
});
if (inscripcionExistente) {