diff --git a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php
index ba63a74fc67b63bac4994bc5ff62c9c69c5fe085..1905d97a4e3e93493515aec55ccf1c03b01e6023 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php
@@ -866,7 +866,7 @@ class VoyagerRestful extends Voyager implements \VuFindHttp\HttpServiceAwareInte
             // First get hold information for the list of items Voyager
             // thinks are holdable
             $request = $this->determineHoldType($patron['id'], $bibId);
-            if ($request != 'hold' && $result != 'recall') {
+            if ($request != 'hold' && $request != 'recall') {
                 return false;
             }