actualizacion del ticket

This commit is contained in:
Andres2908
2022-03-15 18:26:51 -06:00
parent c5f488a7c9
commit 52a6cb614b
6 changed files with 98 additions and 7 deletions
@@ -7,7 +7,7 @@ const Inscripcion = require(`${dbPath}/Inscripcion`);
const todasInscripciones = async (body) => {
// const numeroCuenta = validar.validarNumeroCuenta(body.numeroCuenta);
return Inscripcion.findAll({
where: { validacion: body.validacion },
where: { validacion: body.validacion, cancelacion: 0 },
include: [
{
model: Usuario,