Commit 26fae65a55810e6ea8a3b1f2c5a2811bcf1af958

Authored by Eric Fernandez
1 parent 3d1721f582
Exists in master

linea innecesaria

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