Commit 6aaf27eae052cfe25b13dd5edb729558cb89d32f
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !20
Showing
1 changed file
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -236,6 +236,7 @@ angular.module('focaAbmVehiculo') | 
| 236 | 236 | focaAbmVehiculoService.getCisternasLocal().forEach(function(cisterna) { | 
| 237 | 237 | delete cisterna.unidadMedida; | 
| 238 | 238 | delete cisterna.idTemp; | 
| 239 | + delete cisterna.cisternasCarga; | |
| 239 | 240 | promesas.push(focaAbmVehiculoService.guardarCisterna(cisterna)); | 
| 240 | 241 | }); | 
| 241 | 242 | return Promise.all(promesas); |