diff --git a/app/resources/views/ventas/facturacion/show.blade.php b/app/resources/views/ventas/facturacion/show.blade.php index 1ec86d5..eed642c 100644 --- a/app/resources/views/ventas/facturacion/show.blade.php +++ b/app/resources/views/ventas/facturacion/show.blade.php @@ -362,6 +362,7 @@ this.props.propietarios.forEach((propietario, index) => { this.props.propietarios[index].props.fecha = date }) + return new Promise(resolve => resolve()) }, totalUnidades: () => { const unidades = this.props.unidades.reduce((sum, unidad) => sum + unidad.props.valor, 0)