Commit 7ef09e18564879d465b244eae7b6e5f0d2e55f98
Exists in
master
Merge branch 'master' into 'master'
propiedades nuevas articulos See merge request modulos-npm/foca-crear-remito!13
Showing
1 changed file
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; |