Commit c00bf45ed1ed2184355150bd815845a54cc94f14

Authored by Eric Fernandez
1 parent b9354abff8
Exists in master

dfelete temp

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
rutas/comprobantes.js
... ... @@ -63,7 +63,9 @@ router.post('/comprobante', function(req, res) {
63 63 TCO: req.body.cabecera.TCO,
64 64 SUC: req.body.cabecera.SUC,
65 65 NCO: req.body.cabecera.NCO
66   - })])
  66 + })
  67 + .del()
  68 + ])
67 69 .then(() => {
68 70 res.status(200).send('Comprobante guardado con éxito');
69 71 })