From 6fc692017866451c885c6200da94dcc8f2914c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Thu, 1 Nov 2018 17:18:40 -0300 Subject: [PATCH] mejora indentacion para evitar 100 caracteres --- src/views/nota-pedido.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 14d1c03..bc7421e 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -8,7 +8,9 @@
NOTA DE PEDIDO
-
Nº {{puntoVenta}}-{{comprobante}}
+
Nº {{puntoVenta}}-{{comprobante}} +
Fecha: Cantidad Items: -

Total:

+ +

Total:

+

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

@@ -429,7 +433,9 @@ Cantidad Items: -

Total:

+ +

Total:

+

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

-- 1.9.1