Commit 0656860a327e2e8661f94c914f1b32a5df89354b
1 parent
15efcde8ad
Exists in
master
ok foca-busqueda-cliente
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -496,7 +496,8 @@ angular.module('focaCrearRemito') .controller('remitoController', |
496 | 496 | templateUrl: 'foca-busqueda-cliente-modal.html', |
497 | 497 | controller: 'focaBusquedaClienteModalController', |
498 | 498 | resolve: { |
499 | - vendedor: function() { return $scope.remito.vendedor; } | |
499 | + vendedor: function() { return $scope.remito.vendedor; }, | |
500 | + cobrador: function() { return null; } | |
500 | 501 | }, |
501 | 502 | size: 'lg' |
502 | 503 | } |