From 0c0fbab58541a71f81472260056cd524a9db789a Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Mon, 24 Feb 2025 16:00:42 -0300 Subject: [PATCH] FIX: Proporcion recuperada --- 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 b47ece3..f936710 100644 --- a/app/resources/views/ventas/facturacion/show.blade.php +++ b/app/resources/views/ventas/facturacion/show.blade.php @@ -110,6 +110,7 @@ this.venta.props.facturas.facturas[{{$factura->index - 1}}] = new Factura({ id: {{ $factura->id }}, venta: this.venta.props, + proporcion: {{ $factura->proporcion }}, index: {{$factura->index}}, fecha: new Date('{{$factura->fecha->format('Y-m-d')}}'), emisor: {