Skip to content

Commit

Permalink
Make sure query element is defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Aug 13, 2024
1 parent 237333c commit a17c398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/VuFind/src/VuFind/ILS/Driver/KohaRest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2012,6 +2012,7 @@ protected function getItemStatusesForBiblio($id, $patron = null)
'search',
],
'errors' => true,
'query' => [],
];
if ($this->includeSuspendedHoldsInQueueLength) {
$requestParams['query']['include_suspended_in_hold_queue'] = '1';
Expand Down

0 comments on commit a17c398

Please sign in to comment.