From 01c40c8fb8a5fa8456daa0d0c25837c0714dcdf5 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Sat, 8 Jun 2019 11:16:26 -0300 Subject: [PATCH] fix cotizacion --- src/views/foca-modal-factura.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/foca-modal-factura.html b/src/views/foca-modal-factura.html index a5b6c0b..9eacdac 100644 --- a/src/views/foca-modal-factura.html +++ b/src/views/foca-modal-factura.html @@ -36,7 +36,7 @@ {{(factura.TCO == 'FT') ? factura.NCU + ' - ' : ''}}{{factura.FEV | date : 'dd/MM/yyyy' : 'GMT'}} - {{ (factura.IPA_SHOW / parametrosFactura.cotizacion) | number:2 }} + {{ (factura.IPA_SHOW / parametrosFactura.cotizacion.cotizacion.VENDEDOR) | number:2 }} -