Commit 0eed2f6688ec436fee6feaa840eda4ee78480725

Authored by Eric Fernandez
1 parent f5123882bf
Exists in master and in 2 other branches develop, lab

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controllerDetalleVehiculo.js
... ... @@ -136,7 +136,7 @@ angular.module('focaLogisticaPedidoRuta')
136 136 $scope.aCargar = [];
137 137 $filter('filter')($scope.articulos, {id: articulo.id})[0].checked = true;
138 138 $scope.articuloSeleccionado = articulo;
139   - for (var i = 0; i < $scope.vehiculo.cisternas.length; i++) {
  139 + for(var i = 0; i < $scope.vehiculo.cisternas.length; i++) {
140 140 $scope.vehiculo.cisternas[i] =
141 141 $scope.cisternaDisabled($scope.vehiculo.cisternas[i]);
142 142 }