FIX: IPC asociado a fecha de UF

This commit is contained in:
Juan Pablo Vial
2024-07-10 15:32:05 -04:00
parent 6f023928e8
commit a7ce78a3fb

View File

@ -349,6 +349,8 @@
return
}
this.props.uf.valor = json.uf
return this.update().ipc()
})
})
},
@ -360,7 +362,6 @@
this.props.propietarios.forEach((propietario, index) => {
this.props.propietarios[index].props.fecha = date
})
return this.update().ipc()
},
totalUnidades: () => {
const unidades = this.props.unidades.reduce((sum, unidad) => sum + unidad.props.valor, 0)