actualizacion del ticket
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user