diff --git a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php
index 9ede1a56b5ddf9e87a35a85c85a0e8b395dcc028..89e15481f798c3e2ae7d9e6681148b91dee23e09 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php
@@ -1425,7 +1425,7 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface
             }
 
             if ($holdDetails['id'] != null) {
-                $options['titleID'] = $holdDetails['id'];
+                $options['titleKey'] = $holdDetails['id'];
             }
 
             if ($holdDetails['pickUpLocation'] != null) {