From 37015f7e95f8824bcd4b5d9a195783ba4618b571 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 1 Oct 2024 17:34:43 -0300 Subject: [PATCH] PHP 8 --- app/resources/views/ventas/show/forma_pago/pie.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/views/ventas/show/forma_pago/pie.blade.php b/app/resources/views/ventas/show/forma_pago/pie.blade.php index bb5e032..f399a04 100644 --- a/app/resources/views/ventas/show/forma_pago/pie.blade.php +++ b/app/resources/views/ventas/show/forma_pago/pie.blade.php @@ -16,7 +16,7 @@ {{count($pie->cuotas(true))}}/{{$pie->cuotas}} - @if (count($pie->cuotas(false, true)) < $pie->cuotas) + @if (count($pie->cuotas(vigentes: true)) < $pie->cuotas)