Commit 6a96ee6ad345cdcd131ecf46fbad7473f3514e80

Authored by Jose Pinto
1 parent 5cd82a974e
Exists in master

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -184,7 +184,7 @@ angular.module('focaAbmVehiculo')
184 184 cisterna.id + ' ' + cisterna.codigo + ' ?').then(
185 185 function(data) {
186 186 if(data) {
187   - if(cisterna.id){
  187 + if(cisterna.id) {
188 188 focaAbmVehiculoService.deleteCisterna(cisterna.id);
189 189 }
190 190 $scope.cisternas.splice($scope.cisternas.indexOf(cisterna), 1);