Commit 1525e781c809928e0bdbb41fad8de94f13cf3268
1 parent
56c85044dc
Exists in
master
and in
1 other branch
propiedades nuevas articulos
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -469,7 +469,16 @@ angular.module('focaCrearRemito') .controller('remitoController', |
469 | 469 | precio: parseFloat(producto.precio.toFixed(4)), |
470 | 470 | costoUnitario: producto.costo, |
471 | 471 | editCantidad: false, |
472 | - editPrecio: false | |
472 | + editPrecio: false, | |
473 | + rubro: producto.CodRub, | |
474 | + exentoUnitario: producto.precio, | |
475 | + ivaUnitario: producto.IMPIVA, | |
476 | + impuestoInternoUnitario: producto.ImpInt, | |
477 | + impuestoInterno1Unitario: producto.ImpInt2, | |
478 | + impuestoInterno2Unitario: producto.ImpInt3, | |
479 | + precioLista: producto.precio, | |
480 | + combustible: 1, | |
481 | + facturado: 0 | |
473 | 482 | }; |
474 | 483 | $scope.articuloACargar = newArt; |
475 | 484 | $scope.cargando = false; |