Commit 07521a74b4cb4933c7ced9afc51f880cd7d5cabf
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !46
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -412,7 +412,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
412 | 412 | size: 'lg', |
413 | 413 | resolve: { |
414 | 414 | filters: { |
415 | - idDomicilio: $scope.notaPedido.idDomicilio, | |
415 | + idDomicilio: $scope.notaPedido.domicilio.id, | |
416 | 416 | idCliente: $scope.notaPedido.cliente.COD, |
417 | 417 | articulos: $scope.articulosTabla, |
418 | 418 | puntosDescarga: $scope.notaPedido.puntosDescarga |