fecha
This commit is contained in:
@@ -65,8 +65,9 @@ const inscripcion = async (body, file) => {
|
||||
.then((res) => {
|
||||
if (file)
|
||||
fs.renameSync(file.path, file.path + '.' + file.mimetype.split('/')[1]);
|
||||
usuarioInscrito(numeroCuenta, idArea);
|
||||
agregarRecibo(folio, monto, fechaTicket, numeroCuenta);
|
||||
console.log(moment(fechaTicket).format('L'));
|
||||
// usuarioInscrito(numeroCuenta, idArea);
|
||||
// agregarRecibo(folio, monto, ahora(fechaTicket), numeroCuenta);
|
||||
return gmail(correo.subject, email, correo.msj);
|
||||
})
|
||||
.then((res) => ({
|
||||
|
||||
Reference in New Issue
Block a user