Commit be760b98e6ad410591f63d9b019a1a7c7a51dfa4
1 parent
5048ec50e2
Exists in
master
and in
1 other branch
ok idDomicilio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -369,7 +369,7 @@ angular.module('focaCrearRemito') .controller('remitoController', |
369 | 369 | numeroLiquidoProducto: 0,//TODO |
370 | 370 | idVendedor: $scope.remito.idVendedor, |
371 | 371 | idProveedor: $scope.remito.idProveedor, |
372 | - idDomicilio: 0, | |
372 | + idDomicilio: $scope.remito.idDomicilio, | |
373 | 373 | idCotizacion: $scope.remito.cotizacion.ID, |
374 | 374 | idPrecioCondicion: $scope.remito.idPrecioCondicion, |
375 | 375 | flete: $scope.remito.flete, |