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)