validacion del ticket

This commit is contained in:
Andres2908
2022-03-29 17:07:04 -06:00
parent 3d0043cbc1
commit 975aadcbea
4 changed files with 8 additions and 15 deletions
+1
View File
@@ -26,6 +26,7 @@ const validarTicket = async (body) => {
{
where: {
folio,
cancelacion: 0,
},
}
);