validacion folio

This commit is contained in:
Andres2908
2022-03-21 15:17:20 -06:00
parent 2cd8c0810c
commit 3f1099b29b
6 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const reporte = async (body) => {
hizoPago: res[i].hizoPago,
fechaInscripcion: moment(res[i].fechaInscripcion).format('L'),
validacion: res[i].validacion,
motivoCancelacion: res[i].motivo,
motivoDeclinacion: res[i].motivo,
});
}
await helper.eliminarArchivo(path).catch((err) => {});