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}}