Commit 7e807a023b13f87d46f4ee4fd531627f6a1f826c
1 parent
7624ac5935
Exists in
master
idArticulo
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -349,7 +349,8 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
349 | 349 | impuestoInterno2Unitario: producto.ImpInt3, |
350 | 350 | precioLista: producto.precio, |
351 | 351 | combustible: 1, |
352 | - facturado: 0 | |
352 | + facturado: 0, | |
353 | + idArticulo: producto.id | |
353 | 354 | }; |
354 | 355 | $scope.articuloACargar = newArt; |
355 | 356 | $scope.cargando = false; |