validacion del ticket
This commit is contained in:
@@ -26,6 +26,7 @@ const validarTicket = async (body) => {
|
||||
{
|
||||
where: {
|
||||
folio,
|
||||
cancelacion: 0,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
@@ -26,8 +26,8 @@ const inscripcion = async (body, file) => {
|
||||
);
|
||||
const idArea = validarNumeroEntero(body.idArea, 'id Area', true);
|
||||
const monto = validarNumero(body.monto, 'monto', true);
|
||||
const folio = validarNumero(body.folio, 'folio', true, 6);
|
||||
const fechaTicket = body.fechaTicket;
|
||||
const folio = body.folio;
|
||||
|
||||
let correo = {};
|
||||
let email = '';
|
||||
|
||||
Reference in New Issue
Block a user