Commit 5162c3f7f275d5ec5da6271ab2787391a52404df
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !15
Showing
1 changed file
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; |