Commit 09ad22dc6f486745c923828945d51b06f858638c
Exists in
master
Merge branch 'master' into 'master'
ok cliente See merge request !30
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -324,7 +324,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 324 | 324 | resolve: { |
| 325 | 325 | parametrosFactura: function() { |
| 326 | 326 | return { |
| 327 | - cliente: $scope.cobranza.cliente.COD, | |
| 327 | + cliente: $scope.cobranza.cliente, | |
| 328 | 328 | simbolo: $scope.cobranza.moneda.SIMBOLO, |
| 329 | 329 | cotizacion: $scope.cobranza.cotizacion.VENDEDOR, |
| 330 | 330 | moneda: $scope.cobranza.moneda.ID |