Commit 63a790ee499346c97240c4c577fcc9af980cc30c
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !1
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -120,7 +120,11 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
120 | 120 | controller: 'focaModalFacturaController', |
121 | 121 | size: 'lg', |
122 | 122 | resolve: { |
123 | - cliente: function() {return $scope.cobranza.cliente.COD;} | |
123 | + parametrosFactura: { | |
124 | + cliente: $scope.cobranza.cliente.COD, | |
125 | + simbolo: $scope.cobranza.moneda.SIMBOLO, | |
126 | + cotizacion: $scope.cobranza.cotizacion.VENDEDOR | |
127 | + } | |
124 | 128 | } |
125 | 129 | } |
126 | 130 | ); |