diff --git a/module/finc/src/finc/ILS/Logic/Holds.php b/module/finc/src/finc/ILS/Logic/Holds.php index 4687058931355da31dc434201d1ecf8c4a2769fe..cafdd9476246d5001e6766221cef2aa4f3404484 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 = [];