From bade521500d539a38fadc3862c5719038c67353d Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 22 Jan 2020 12:06:54 -0300 Subject: [PATCH] =?UTF-8?q?aumento=20tama=C3=B1o=20del=20total=20en=20carr?= =?UTF-8?q?ito?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/modules/carrito/carrito.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/carrito/carrito.component.html b/src/app/modules/carrito/carrito.component.html index f501c81..c7a87af 100644 --- a/src/app/modules/carrito/carrito.component.html +++ b/src/app/modules/carrito/carrito.component.html @@ -124,7 +124,7 @@
TOTAL
-
+

{{articuloService.subTotal | currency}}

-- 1.9.1