diff --git a/module/finc/src/finc/ILS/Driver/FincILS.php b/module/finc/src/finc/ILS/Driver/FincILS.php index 4eee68eebdedbb54116d87e874cb2f64edefac2e..c1af3d75ab9ba60cbeb075dc6f7a294f0557d770 100644 --- a/module/finc/src/finc/ILS/Driver/FincILS.php +++ b/module/finc/src/finc/ILS/Driver/FincILS.php @@ -75,7 +75,7 @@ class FincILS extends PAIA implements LoggerAwareInterface /** * Array that stores the mapping of VuFind record_id to the ILS-specific - * identifier retrieved by @_getILSRecordId() + * identifier retrieved by @getILSRecordId() * * @var array * @access private @@ -404,8 +404,8 @@ class FincILS extends PAIA implements LoggerAwareInterface public function getStatus($id) { if ($this->hasILSData($id)) { - return $this->_replaceILSId( - parent::getStatus($this->_getILSRecordId($id)), + return $this->replaceILSId( + parent::getStatus($this->getILSRecordId($id)), $id ); } else {