FIX: % descuento

This commit is contained in:
2023-11-29 21:18:30 -03:00
parent 2600bd409e
commit 244d304e04

View File

@ -217,7 +217,7 @@
'SUBTOTAL ' + pesoFormatter.format(subtotal * this.proporcion) + '<br />' +
'Mas valor terreno ' + pesoFormatter.format(terreno * this.proporcion) + '<br />' +
'TOTAL ' + pesoFormatter.format(total * this.proporcion) + ';' + ufFormatter.format(totalUF * this.proporcion) + ' UF<br /><br />' +
'Descuento Terreno: ' + percentFormatter.format(descuento) + '%<br /><br />' +
'Descuento Terreno: ' + percentFormatter.format(descuento * 100) + '%<br /><br />' +
'UF: ' + ufFormatter.format(this.uf),
'1 UNID',
pesoFormatter.format(terreno * this.proporcion),