FIX: Calculos corregidos en factura #14

Merged
aldarien merged 4 commits from hotfix/factura-mostrando-valor-terreno-incorrecto into develop 2025-02-24 16:01:48 -03:00
4 changed files with 43 additions and 17 deletions
Showing only changes of commit 0c0fbab585 - Show all commits

View File

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