Commit 35e80fb79776b420dc442168138e884a812ede5c

Authored by Jose Pinto
Exists in master

Merge remote-tracking branch 'upstream/master'

... ... @@ -8,7 +8,7 @@ angular.module('focaCrearCobranza')
8 8 return $http.get(API_ENDPOINT.URL + '/moneda/' + id);
9 9 },
10 10 getUsuario: function(idUsuario) {
11   - return $http.get(API_ENDPOINT.URL + '/vendedores/obtener/' + idUsuario);
  11 + return $http.get(API_ENDPOINT.URL + '/vendedor-cobrador/' + idUsuario);
12 12 },
13 13 guardarCobranza: function(cobranza) {
14 14 return $http.post(API_ENDPOINT.URL + '/recibo/guardar', cobranza);