Commit a13468f7e3238601e1508ab9378b1b76cf0adcdb
1 parent
ce0ef7f7b5
Exists in
master
fix modal puntos descarga
Showing
1 changed file
with
1 additions
and
1 deletions
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 |