Commit f1b869c60bb9354efa80f78294376132ac4b19ea
Exists in
master
Merge branch 'master' into 'master'
Master See merge request modulos-npm/foca-crear-nota-pedido!81
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -248,7 +248,16 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
248 | 248 | precio: parseFloat(producto.precio.toFixed(4)), |
249 | 249 | costoUnitario: producto.costo, |
250 | 250 | editCantidad: false, |
251 | - editPrecio: false | |
251 | + editPrecio: false, | |
252 | + rubro: producto.CodRub, | |
253 | + exentoUnitario: producto.precio, | |
254 | + ivaUnitario: producto.IMPIVA, | |
255 | + impuestoInternoUnitario: producto.ImpInt, | |
256 | + impuestoInterno1Unitario: producto.ImpInt2, | |
257 | + impuestoInterno2Unitario: producto.ImpInt3, | |
258 | + precioLista: producto.precio, | |
259 | + combustible: 1, | |
260 | + facturado: 0 | |
252 | 261 | }; |
253 | 262 | $scope.articuloACargar = newArt; |
254 | 263 | $scope.cargando = false; |