From 96bd2c9bdfa1f05bca058240414c5a06fd4a853f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 2 Oct 2022 10:08:55 +0000 Subject: [PATCH] Bug 30944: Undo change to ILS-DI documentation The service not implemented by Koha is CancelRecall as specified in: https://old.diglib.org/architectures/ilsdi/DLF_ILS_Discovery_1.0.pdf Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 2 +- opac/ilsdi.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt index 86d205ccf9..5af7fdf14f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt @@ -857,7 +857,7 @@
  • HoldItem
  • CancelHold
  • RecallItem (Not supported by Koha)
  • -
  • RecallCancellation (Not supported by Koha)
  • +
  • CancelRecall (Not supported by Koha)
  • Level 4: Robust/domain specific discovery platforms

    diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl index ba38727b84..5b105246fa 100755 --- a/opac/ilsdi.pl +++ b/opac/ilsdi.pl @@ -74,7 +74,7 @@ my @services = ( 'CancelHold', # 'RecallItem', # Not supported by Koha - # 'RecallCancellation', # Not supported by Koha + # 'CancelRecall', # Not supported by Koha # Level 4: Robust/domain specific discovery platforms # 'SearchCourseReserves', # TODO # 'Explain' # TODO -- 2.30.2