feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
299 changed files with 735 additions and 11518 deletions
Showing only changes of commit d1e4314b35 - Show all commits

View File

@ -61,6 +61,9 @@
<tbody>@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)
<tr data-pago="{{$cuota->pago->id}}"