Commit 24f968602697b3835e7c6925cdabac389b329c84
Exists in
master
and in
2 other branches
Merge branch 'master' into 'develop'
Master See merge request !61
Showing
1 changed file
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 | } |