Commit 2d38a922957756ead85045d8f854037be6ba3385

Authored by Luigi
1 parent e9b2e957e1
Exists in master

Revert "Elimino variables temporales"

This reverts commit b7f1772add741098225a9650001d56ecd7ba1ca1.
Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
src/js/controller.js
... ... @@ -158,11 +158,6 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl',
158 158 return;
159 159 }
160 160  
161   - $scope.notaPedido.articulosNotaPedido.forEach(function (articulo) {
162   - delete articulo.tmpPrecio;
163   - delete articulo.tmpCantidad;
164   - });
165   -
166 161 focaBotoneraLateralService.startGuardar();
167 162 $scope.saveLoading = true;
168 163 var notaPedido = {