diff --git a/app/resources/views/ventas/pies/cuotas.blade.php b/app/resources/views/ventas/pies/cuotas.blade.php index ae5c08b..2ca03a3 100644 --- a/app/resources/views/ventas/pies/cuotas.blade.php +++ b/app/resources/views/ventas/pies/cuotas.blade.php @@ -61,6 +61,9 @@
@php $now = new DateTimeImmutable(); $uf_venta = $venta->uf === 0.0 ? $UF->get($venta->currentEstado()->fecha) : $venta->uf; + if ($uf_venta === 0.0) { + $uf_venta = $UF->get(); + } @endphp @foreach ($venta->formaPago()->pie->cuotas() as $cuota)