diff --git a/module/VuFind/src/VuFind/ILS/Driver/Innovative.php b/module/VuFind/src/VuFind/ILS/Driver/Innovative.php index 4f20df3c3253976704403dd245ef57cd5ce6d6cf..f4bee878da18588f75181680578757a75f9ae48b 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Innovative.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Innovative.php @@ -105,7 +105,7 @@ class Innovative extends AbstractBase implements } else { // Return digits only. $id_ = substr($id, 1); - }; + } return $id_; } diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php index 2db727f0721851b27fab67abbd557bb87c476ede..b203af9b4fb8d0860e70f743bdfc1aa34867548c 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php +++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php @@ -428,7 +428,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements $this->initDb(); } if (!$this->pickupEnableBranchcodes) { - // No defaultPickupLocation is defined in config + // No defaultPickupLocation is defined in config // AND no pickupLocations are defined either if (isset($holdDetails['item_id']) && (empty($holdDetails['level']) || $holdDetails['level'] == 'item')