From 27f2929ae53af5db421d1889efe4fbaab7ed1bff Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 14 Oct 2019 13:45:48 -0300 Subject: [PATCH] Eliminacion boton totales y cambio de color total a blanco --- src/views/factura.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/views/factura.html b/src/views/factura.html index 19a11d3..2314207 100644 --- a/src/views/factura.html +++ b/src/views/factura.html @@ -134,20 +134,13 @@ Items: - +

Total:

- +

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

- - - + -- 1.9.1