FIX: % descuento
This commit is contained in:
@ -217,7 +217,7 @@
|
|||||||
'SUBTOTAL ' + pesoFormatter.format(subtotal * this.proporcion) + '<br />' +
|
'SUBTOTAL ' + pesoFormatter.format(subtotal * this.proporcion) + '<br />' +
|
||||||
'Mas valor terreno ' + pesoFormatter.format(terreno * 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 />' +
|
'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),
|
'UF: ' + ufFormatter.format(this.uf),
|
||||||
'1 UNID',
|
'1 UNID',
|
||||||
pesoFormatter.format(terreno * this.proporcion),
|
pesoFormatter.format(terreno * this.proporcion),
|
||||||
|
Reference in New Issue
Block a user