Commit f169cb98b25818e7a692693f036c3dc1a346c870
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
Master(efernandez) See merge request !4
Showing
1 changed file
Show diff stats
src/js/service.js
... | ... | @@ -6,7 +6,7 @@ angular.module('focaModalDetalleCisternas') |
6 | 6 | function($http, $cookies, API_ENDPOINT) { |
7 | 7 | var url = API_ENDPOINT.URL; |
8 | 8 | return { |
9 | - idUsuario: $cookies.get('idUsuario'), | |
9 | + idUsuario: $cookies.get('vendedorCobrador'), | |
10 | 10 | obtenerVehiculoById: function(idVehiculo) { |
11 | 11 | return $http.get(url + '/vehiculo/' + idVehiculo); |
12 | 12 | }, |