FIX: Proporcion recuperada
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user