Commit ae2741f890cc3b1bc0e008c0a81a120e49418a72
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !53
Showing
1 changed file
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 | } |