Commit 24f968602697b3835e7c6925cdabac389b329c84

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master

See merge request !61
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 }