From 9e60675fe567035d906490a9fd80520f099690ce Mon Sep 17 00:00:00 2001 From: Robert Lange <robert.lange@uni-leipzig.de> Date: Wed, 18 Jan 2023 14:15:48 +0100 Subject: [PATCH] refs #22747 [finc] adapt Holds from VUFIND (#1590) - add options --- module/finc/src/finc/ILS/Logic/Holds.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/module/finc/src/finc/ILS/Logic/Holds.php b/module/finc/src/finc/ILS/Logic/Holds.php index 46870589313..cafdd947624 100644 --- a/module/finc/src/finc/ILS/Logic/Holds.php +++ b/module/finc/src/finc/ILS/Logic/Holds.php @@ -116,16 +116,9 @@ class Holds extends \VuFind\ILS\Logic\Holds } /** - * Public method for getting item holdings from the catalog and selecting which - * holding method to call - * - * @param string $id A Bib ID - * @param array $ids A list of Source Records (if catalog is for a consortium) - * - * @return array A sorted results set - * @throws ILSException + *@inheritDoc */ - public function getHoldings($id, $ids = null) + public function getHoldings($id, $ids = null, $options = []) { $holdings = []; -- GitLab