FIX: % descuento
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user