Skip to content
Snippets Groups Projects
Commit 5716ffc1 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #609 from EreMaijala/voyager-remote-holds

Fixed the local check call when fetching remote holds.
parents 8f0bbd28 91f3af9c
No related merge requests found
......@@ -2224,7 +2224,7 @@ EOT;
if (isset($results->holds->institution)) {
foreach ($results->holds->institution as $institution) {
// Only take remote holds
if ($this->isLocalInst($institution)) {
if ($this->isLocalInst((string)$institution->attributes()->id)) {
continue;
}
......
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