Commit a778c889b40b4a504998bbd7ec5eb2207581cddd
1 parent
f273342595
Exists in
master
Pasar domicilio por parametro
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -423,7 +423,8 @@ angular.module('focaCrearRemito') .controller('remitoController', |
423 | 423 | idDomicilio: $scope.remito.domicilio.id, |
424 | 424 | idCliente: $scope.remito.cliente.COD, |
425 | 425 | articulos: $scope.remito.articulosRemito, |
426 | - puntosDescarga: $scope.remito.domicilio.puntosDescarga | |
426 | + puntosDescarga: $scope.remito.domicilio.puntosDescarga, | |
427 | + domicilio: $scope.remito.domicilio | |
427 | 428 | } |
428 | 429 | } |
429 | 430 | } |