From 244d304e0474f191b6a89c7181cca6d68e5b8f7e Mon Sep 17 00:00:00 2001 From: Aldarien Date: Wed, 29 Nov 2023 21:18:30 -0300 Subject: [PATCH] FIX: % descuento --- app/resources/views/ventas/facturacion/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/views/ventas/facturacion/show.blade.php b/app/resources/views/ventas/facturacion/show.blade.php index 5aebaa1..cc12bd1 100644 --- a/app/resources/views/ventas/facturacion/show.blade.php +++ b/app/resources/views/ventas/facturacion/show.blade.php @@ -217,7 +217,7 @@ 'SUBTOTAL ' + pesoFormatter.format(subtotal * this.proporcion) + '
' + 'Mas valor terreno ' + pesoFormatter.format(terreno * this.proporcion) + '
' + 'TOTAL ' + pesoFormatter.format(total * this.proporcion) + ';' + ufFormatter.format(totalUF * this.proporcion) + ' UF

' + - 'Descuento Terreno: ' + percentFormatter.format(descuento) + '%

' + + 'Descuento Terreno: ' + percentFormatter.format(descuento * 100) + '%

' + 'UF: ' + ufFormatter.format(this.uf), '1 UNID', pesoFormatter.format(terreno * this.proporcion),