diff --git a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php index 8f729cb44bf149245d3cfe082b112900fa6698bd..4fe3bd39595772e479e21adee15f7efa40469d86 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php +++ b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php @@ -1248,18 +1248,6 @@ EOT; return empty($blockReason) ? false : $blockReason; } - /** - * Renew My Items - * - * Function for attempting to renew a patron's items. The data in - * $renewDetails['details'] is determined by getRenewDetails(). - * - * @param array $renewDetails An array of data required for renewing items - * including the Patron ID and an array of renewal IDS - * - * @return array An array of renewal information keyed by item ID - */ - /** * Renew My Items *