Commit 598fe7adedbc20bd6a472c48e783317cc6ca794c
Exists in
master
Merge branch 'master' into 'master'
arreglo error al guardar See merge request !11
Showing
1 changed file
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -139,6 +139,7 @@ angular.module('focaAbmVehiculo') | 
| 139 | 139 | //Valida si existe numero de unidad | 
| 140 | 140 | existeCodigoUnidad().then(function() { | 
| 141 | 141 | delete $scope.vehiculo.transportista; | 
| 142 | + delete $scope.vehiculo.cisternas; | |
| 142 | 143 | focaAbmVehiculoService.guardarVehiculo($scope.vehiculo) | 
| 143 | 144 | .then(function(res){ | 
| 144 | 145 | if($scope.nuevo) { |