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),