FIX: % descuento

This commit is contained in:
2023-11-29 21:23:11 -03:00
parent 91bdef5cc5
commit 9991b7c6a3

View File

@ -218,7 +218,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(prorrateo) + '%<br /><br />' +
'Descuento Terreno: ' + percentFormatter.format(prorrateo * 100) + '%<br /><br />' +
'UF: ' + ufFormatter.format(this.uf),
'1 UNID',
pesoFormatter.format(terreno * this.proporcion),