From a5ad3e885e2582c70330742d2b2b9c1bfeb3eb1c Mon Sep 17 00:00:00 2001 From: mpuebla Date: Tue, 23 Jul 2019 18:03:03 -0300 Subject: [PATCH] Arreglo en get total. --- src/views/factura.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/factura.html b/src/views/factura.html index 5cfc50d..0f4bace 100644 --- a/src/views/factura.html +++ b/src/views/factura.html @@ -278,7 +278,7 @@

Total:

-

{{getTotal() | currency: notaPedido.cotizacion.moneda.SIMBOLO}}

+

{{getTotal() | currency: factura.cotizacion.moneda.SIMBOLO}}

-- 1.9.1