Commit 01aedd2808a04b5c955692b2bef4a9f6f6329fc9
1 parent
546ce629a5
Exists in
master
ok modal-busqueda-cliente
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -395,7 +395,8 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 395 | 395 | templateUrl: 'foca-busqueda-cliente-modal.html', |
| 396 | 396 | controller: 'focaBusquedaClienteModalController', |
| 397 | 397 | resolve: { |
| 398 | - vendedor: function() { return $scope.notaPedido.vendedor; } | |
| 398 | + vendedor: function() { return $scope.notaPedido.vendedor; }, | |
| 399 | + cobrador: function() { return null; } | |
| 399 | 400 | }, |
| 400 | 401 | size: 'lg' |
| 401 | 402 | } |