Commit 60884b7aeb1c0f86bba79563dfeb719cf8264bc5
1 parent
a12f96ab05
Exists in
master
and in
2 other branches
idvehiculo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/osm-directive.js
| ... | ... | @@ -47,7 +47,7 @@ angular.module('focaAdminSeguimiento').directive('osm', function() { |
| 47 | 47 | $filter('currency')(marcador.total, '$'); |
| 48 | 48 | } |
| 49 | 49 | } else { |
| 50 | - observacion += 'Vehiculo: ' + marcador.idUsuario + '<br/>'; | |
| 50 | + observacion += 'Vehiculo: ' + marcador.hojaRuta[0].idVehiculo + '<br/>'; | |
| 51 | 51 | if ($scope.parametros.individual) { |
| 52 | 52 | observacion += 'Hoja de ruta: ' + $filter('comprobante')([ |
| 53 | 53 | marcador.remito[0].hojaRuta[0].sucursal, |