Skip to content
Snippets Groups Projects
Commit bc52287e authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-2.3' of https://github.com/vufind-org/vufind into release-2.3

parents 3c7b0b25 9e5fa7c6
No related merge requests found
...@@ -1425,7 +1425,7 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface ...@@ -1425,7 +1425,7 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface
} }
if ($holdDetails['id'] != null) { if ($holdDetails['id'] != null) {
$options['titleID'] = $holdDetails['id']; $options['titleKey'] = $holdDetails['id'];
} }
if ($holdDetails['pickUpLocation'] != null) { if ($holdDetails['pickUpLocation'] != null) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment