Commit 914d9989974b322170d37e68c09572bcdf79a63e
1 parent
5ca500d8e2
Exists in
master
and in
1 other branch
Eliminar servicios
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
src/js/service.js
| ... | ... | @@ -21,12 +21,6 @@ angular.module('focaLogisticaPedidoRuta') |
| 21 | 21 | cerrarDistribuicion: function(remitos) { |
| 22 | 22 | return $http.post(url + '/vehiculo/cierre-distribuicion', remitos); |
| 23 | 23 | }, |
| 24 | - getArticulos: function () { | |
| 25 | - return $http.get(url + '/articulos'); | |
| 26 | - }, | |
| 27 | - getAllClientes: function () { | |
| 28 | - return $http.get(url + '/cliente'); | |
| 29 | - }, | |
| 30 | 24 | desasociarRemitos: function(remitos, idVehiculo, sinRemitos) { |
| 31 | 25 | var idsRemitos = []; |
| 32 | 26 | for (var i = 0; i < remitos.length; i++) { |