FIX: Proporcion recuperada

This commit is contained in:
Juan Pablo Vial
2025-02-24 16:00:42 -03:00
parent 2c3f2d3f92
commit 0c0fbab585

View File

@ -110,6 +110,7 @@
this.venta.props.facturas.facturas[{{$factura->index - 1}}] = new Factura({ this.venta.props.facturas.facturas[{{$factura->index - 1}}] = new Factura({
id: {{ $factura->id }}, id: {{ $factura->id }},
venta: this.venta.props, venta: this.venta.props,
proporcion: {{ $factura->proporcion }},
index: {{$factura->index}}, index: {{$factura->index}},
fecha: new Date('{{$factura->fecha->format('Y-m-d')}}'), fecha: new Date('{{$factura->fecha->format('Y-m-d')}}'),
emisor: { emisor: {