Commit 92bf19da4465e2fc505b1c7fd68602b2fc94bb6a
1 parent
0ddc35a93f
Exists in
master
and in
1 other branch
todo
Showing
1 changed file
with
2 additions
and
2 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -139,13 +139,13 @@ angular.module('focaModalDetalleHojaRuta') | 
| 139 | 139 | $scope.cambio(siguienteArticulo[0]); | 
| 140 | 140 | } | 
| 141 | 141 | |
| 142 | - $scope.actualizarPuntoDescarga(); | |
| 142 | + //TODO: enviar puntos de descarga, se quita para la demo. | |
| 143 | + // $scope.actualizarPuntoDescarga(); | |
| 143 | 144 | |
| 144 | 145 | focaModalDetalleHojaRutaService | 
| 145 | 146 | .postMovimientoHojaRuta(save) | 
| 146 | 147 | .then(guardarSeguimiento); | 
| 147 | 148 | |
| 148 | - | |
| 149 | 149 | function guardarSeguimiento(res) { | 
| 150 | 150 | |
| 151 | 151 | posicion.idComprobante = res.data[0].id; |