Commit 34bb2aafcb2d7ece1bd60c2fc3d0c908d4dca55a

Authored by Eric Fernandez
1 parent 1e97678469
Exists in master

servicio sin uso

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
... ... @@ -248,10 +248,6 @@ angular.module('focaCrearHojaRuta')
248 248 return $http.post(route + '/articulos/remito',
249 249 {articuloRemito: articuloRemito});
250 250 },
251   - obtenerCisternasPorFecha: function(idVehiculo, fecha) {
252   - return $http.post(route + '/cisterna/listar/fecha',
253   - {idVehiculo: idVehiculo, fechaReparto: fecha});
254   - },
255 251 getNumeroOrden: function(idVehiculo, fecha) {
256 252 return $http.get(route + '/hoja-ruta/obtener/numero-orden/' +
257 253 idVehiculo + '/' + fecha.toISOString().slice(0, 10));