Commit e4296f6a85d8138ed3f3f0870db191beaa0e3e87
1 parent
4deaf827fb
Exists in
master
and in
2 other branches
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controllerDetalleVehiculo.js
... | ... | @@ -149,7 +149,7 @@ angular.module('focaLogisticaPedidoRuta') |
149 | 149 | $scope.aCargar[index] = $scope.articuloSeleccionado.cantidad; |
150 | 150 | }; |
151 | 151 | $scope.cisternaDisabled = function() { |
152 | - for (var i = 0; i < $scope.vehiculo.cisternas.length; i++) { | |
152 | + for(var i = 0; i < $scope.vehiculo.cisternas.length; i++) { | |
153 | 153 | var cisterna = $scope.vehiculo.cisternas[i]; |
154 | 154 | if(!$scope.articuloSeleccionado || ($scope.articuloSeleccionado.idArticulo !== |
155 | 155 | cisterna.cisternaCarga.idProducto && cisterna.cisternaCarga.idProducto) || |