Commit 276bdb44c815ffbd7d738c7c9d6b983c30972990

Authored by Eric Fernandez
1 parent 1525e781c8
Exists in master

cargo domicilio

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -171,6 +171,7 @@ angular.module('focaCrearRemito') .controller('remitoController',
171 171 $scope.idLista = -1;
172 172 }
173 173 delete notaPedido.id;
  174 + $scope.remito.domicilioStamp = notaPedido.domicilioStamp;
174 175 $scope.remito = notaPedido;
175 176 $scope.remito.vendedor = notaPedido.vendedor[0];
176 177 $scope.remito.cliente = notaPedido.cliente[0];