Commit 73f747ccef1b290501987379ae4f503edaaf7af6
1 parent
d6d63dae0f
Exists in
master
propiedades nuevas articulos
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -250,7 +250,16 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
250 | 250 | precio: parseFloat(producto.precio.toFixed(4)), |
251 | 251 | costoUnitario: producto.costo, |
252 | 252 | editCantidad: false, |
253 | - editPrecio: false | |
253 | + editPrecio: false, | |
254 | + rubro: producto.CodRub, | |
255 | + exentoUnitario: producto.precio, | |
256 | + ivaUnitario: producto.IMPIVA, | |
257 | + impuestoInternoUnitario: producto.ImpInt, | |
258 | + impuestoInterno1Unitario: producto.ImpInt2, | |
259 | + impuestoInterno2Unitario: producto.ImpInt3, | |
260 | + precioLista: producto.precio, | |
261 | + combustible: 1, | |
262 | + facturado: 0 | |
254 | 263 | }; |
255 | 264 | $scope.articuloACargar = newArt; |
256 | 265 | $scope.cargando = false; |