From b7e9a17586eb323b41f3d9cc95c9fd4ca39d578c Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 11 Jun 2024 18:07:12 -0400 Subject: [PATCH] Se cambia el total de acuerdo a informacion de Contador --- app/resources/views/ventas/facturacion/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/views/ventas/facturacion/show.blade.php b/app/resources/views/ventas/facturacion/show.blade.php index 9c47459..0e680a1 100644 --- a/app/resources/views/ventas/facturacion/show.blade.php +++ b/app/resources/views/ventas/facturacion/show.blade.php @@ -908,7 +908,7 @@ '', '', 'Monto Total', - ''+formatters.pesos.format(venta.bruto * propietario.props.proporcion)+'', + ''+formatters.pesos.format(venta.total * propietario.props.proporcion)+'', '', '', '',