Commit 1ae48921ca7f8322888d0f4ce1913887a2f5ce88
1 parent
773cdbeb3d
Exists in
master
envio todo el cliente a modal resumen cuenta
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -350,7 +350,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 350 | 350 | templateUrl: 'modal-resumen-cuenta.html', |
| 351 | 351 | controller: 'focaModalResumenCuentaController', |
| 352 | 352 | resolve: { |
| 353 | - idCliente: function() { return $scope.cobranza.cliente.COD; } | |
| 353 | + cliente: function() { return $scope.cobranza.cliente; } | |
| 354 | 354 | }, |
| 355 | 355 | size: 'lg' |
| 356 | 356 | } |