From 3938ce8f88cf3037a039cf22a6c48c6e750245a4 Mon Sep 17 00:00:00 2001 From: Josef Moravec <josef.moravec@gmail.com> Date: Tue, 23 Mar 2021 08:21:07 +0100 Subject: [PATCH] Add missing method to PAIA ILS driver --- module/VuFind/src/VuFind/ILS/Driver/PAIA.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/module/VuFind/src/VuFind/ILS/Driver/PAIA.php b/module/VuFind/src/VuFind/ILS/Driver/PAIA.php index 3d9a0ade97d..1e22f414021 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/PAIA.php +++ b/module/VuFind/src/VuFind/ILS/Driver/PAIA.php @@ -2016,6 +2016,18 @@ class PAIA extends DAIA return true; } + /** + * Get notification identifier from message identifier + * + * @param string $messageId Message identifier + * + * @return string + */ + protected function getPaiaNotificationsId($messageId) + { + return $messageId; + } + /** * DELETE data on foreign host * -- GitLab