Commit c21402d5bcdd1f77554692110aa3eddc97b77988
1 parent
eb24bf2d43
Exists in
master
ok cliente
Showing
1 changed file
with
1 additions
and
1 deletions
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 |