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