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)