Skip to content
Snippets Groups Projects
Commit 11152cd1 authored by Mathias Maaß's avatar Mathias Maaß Committed by Robert Lange
Browse files

refs #22503 [finc] Delete data from the PAIA cache after a successful 'place hold'

parent 5212c150
No related merge requests found
...@@ -586,6 +586,10 @@ class PAIA extends \VuFind\ILS\Driver\PAIA ...@@ -586,6 +586,10 @@ class PAIA extends \VuFind\ILS\Driver\PAIA
if ($this->daiaCacheEnabled) { if ($this->daiaCacheEnabled) {
$this->removeCachedData($holdDetails['doc_id']); $this->removeCachedData($holdDetails['doc_id']);
} }
if ($this->paiaCacheEnabled) {
$this->removeCachedData($patron['cat_username']);
}
} }
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment