From 9991b7c6a3aa2582034c5a10ef1c655ff1baa9fd Mon Sep 17 00:00:00 2001 From: Aldarien Date: Wed, 29 Nov 2023 21:23:11 -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 d5a5910..9a9947a 100644 --- a/app/resources/views/ventas/facturacion/show.blade.php +++ b/app/resources/views/ventas/facturacion/show.blade.php @@ -218,7 +218,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(prorrateo) + '%

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

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