From cbc067a4011b5d35ac67b6184c5838131d8b865b Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Wed, 24 Oct 2018 16:37:23 -0300 Subject: [PATCH] =?UTF-8?q?Cambios=20seg=C3=BAn=20code=20review.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/nota-pedido.html | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 8c08500..73d352c 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -71,7 +71,11 @@ aria-hidden="true" > - + @@ -92,7 +96,7 @@ readonly> - + - + - + + - @@ -159,7 +171,9 @@

Total:

-

{{getTotal() | currency:'$'}}

+ +

{{getTotal() | currency: '$'}}

+ -- 1.9.1