Commit 68091fbc1f47e3e62bf2f86bb45050adfba9c4e8
1 parent
4a45a40fce
Exists in
master
and in
1 other branch
id remito en vez de idvehículo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -45,7 +45,7 @@ angular.module('focaHojaRuta') |
45 | 45 | // Al guardar los datos del producto entregado logueamos la |
46 | 46 | // actividad para su seguimiento. |
47 | 47 | focaSeguimientoService.guardarPosicion( |
48 | - $scope.hojasRuta.idVehiculo, | |
48 | + $scope.hojasRuta.remito[0].id, | |
49 | 49 | 'Entrega de producto', |
50 | 50 | 'Hoja de ruta: ' + $filter('comprobante')([ |
51 | 51 | $scope.hojasRuta.sucursal, |