From 8634e0d569421c45a605fa18d0623954a22379e1 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 6 Dec 2018 10:06:03 -0300 Subject: [PATCH] correccion texto y margen DF --- src/views/cobranza.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/cobranza.html b/src/views/cobranza.html index d806904..3d5824a 100644 --- a/src/views/cobranza.html +++ b/src/views/cobranza.html @@ -170,7 +170,7 @@ DF: - + {{((getTotalCobrado() - getTotalDeuda()) / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} @@ -252,7 +252,7 @@ - Total Deuda: + Cancela: {{(getTotalDeuda() / cobranza.cotizacion.VENDEDOR) | @@ -268,7 +268,7 @@ DF: - + {{((getTotalCobrado() - getTotalDeuda()) / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} -- 1.9.1