diff --git a/module/finc/src/finc/ILS/Driver/PAIA.php b/module/finc/src/finc/ILS/Driver/PAIA.php index 1a5c0d77e6d393265eb5810639af4634f611bf1d..39aca6e9c61dd4d78d83216be122c2f8efefc04d 100644 --- a/module/finc/src/finc/ILS/Driver/PAIA.php +++ b/module/finc/src/finc/ILS/Driver/PAIA.php @@ -586,6 +586,10 @@ class PAIA extends \VuFind\ILS\Driver\PAIA if ($this->daiaCacheEnabled) { $this->removeCachedData($holdDetails['doc_id']); } + + if ($this->paiaCacheEnabled) { + $this->removeCachedData($patron['cat_username']); + } } } }