The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Merge branch 'master' of https://github.com/vufind-org/vufind

parents 6c3723a0 1556434f
No related merge requests found
......@@ -1455,10 +1455,8 @@ class VoyagerRestful extends Voyager implements \VuFindHttp\HttpServiceAwareInte
'dbkey' => $this->ws_dbKey,
'mfhdId' => $mfhdId
);
// It seems Voyager doesn't currently (v8.1) use pickupLocation,
// but we'll handle it just in case it becomes available later.
if ($pickUpLocation) {
$xml['call-slip-title-parameters']['pickupLocation']
$xml['call-slip-title-parameters']['pickup-location']
= $pickUpLocation;
}
} else {
......@@ -1466,10 +1464,8 @@ class VoyagerRestful extends Voyager implements \VuFindHttp\HttpServiceAwareInte
'comment' => $comment,
'dbkey' => $this->ws_dbKey
);
// It seems Voyager doesn't currently (v8.1) use pickupLocation,
// but we'll handle it just in case it becomes available later.
if ($pickUpLocation) {
$xml['call-slip-parameters']['pickupLocation']
$xml['call-slip-parameters']['pickup-location']
= $pickUpLocation;
}
}
......
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