From 61690894751cf18ef252e92f405e422a407b9c48 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Wed, 10 Jul 2024 15:40:59 -0400 Subject: [PATCH] FIX: Cambio fecha factura --- app/resources/views/ventas/facturacion/show.blade.php | 1 + 1 file changed, 1 insertion(+) 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)