From a7ce78a3fbcc13018f51005045a5d11c591bb195 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Wed, 10 Jul 2024 15:32:05 -0400 Subject: [PATCH] FIX: IPC asociado a fecha de UF --- app/resources/views/ventas/facturacion/show.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/resources/views/ventas/facturacion/show.blade.php b/app/resources/views/ventas/facturacion/show.blade.php index eb9eb9f..1ec86d5 100644 --- a/app/resources/views/ventas/facturacion/show.blade.php +++ b/app/resources/views/ventas/facturacion/show.blade.php @@ -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)