diff --git a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php index c334e4687095b43bf972a20129e983a9e849831b..c6105c3031c35f2dbb7ea3596e5136cba4023a12 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php @@ -1243,6 +1243,8 @@ class Symphony extends AbstractBase foreach ($transactions as $transaction) { if ($transaction->unseenRenewalsRemaining > 0) { $renewable = true; + } elseif (!empty($transaction->unseenRenewalsRemainingUnlimited)) { + $renewable = true; } else { $renewable = false; }