Commit 30db065229f52f60a6286b8f63b5a57fd42a482e

Authored by Marcelo Puebla
Exists in master

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !38
... ... @@ -16,7 +16,7 @@ angular.module('focaCrearFactura')
16 16 return $http.get(route + '/turnos/productos/' + numeroPlanilla);
17 17 },
18 18 getUltimosDespachos: function (numeroPlanilla) {
19   - return $http.get('http://10.231.45.194:9900' + '/turnos/productos/' + numeroPlanilla + '/true');
  19 + return $http.get(route + '/turnos/productos/' + numeroPlanilla + '/true');
20 20 },
21 21 setearDespachoOcupado: function (parametros) {
22 22 return $http.post(route + '/turnos/despacho-en-uso', parametros);