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: {