Commit 4296241f88c2ddd1d0024b5db98378cde4127a6d

Authored by Jose Pinto
1 parent 62ccc3b54b
Exists in master and in 1 other branch develop

fuera bug al guardar

Showing 1 changed file with 1 additions and 0 deletions   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);