Bugzilla – Attachment 141208 Details for
Bug 30944
Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30944: Undo change to ILS-DI documentation
Bug-30944-Undo-change-to-ILS-DI-documentation.patch (text/plain), 2.02 KB, created by
Katrin Fischer
on 2022-10-02 10:52:56 UTC
(
hide
)
Description:
Bug 30944: Undo change to ILS-DI documentation
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-02 10:52:56 UTC
Size:
2.02 KB
patch
obsolete
>From 96bd2c9bdfa1f05bca058240414c5a06fd4a853f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 <katrin.fischer.83@web.de> >--- > 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 @@ > <li><a href="ilsdi.pl?service=Describe&verb=HoldItem">HoldItem</a></li> > <li><a href="ilsdi.pl?service=Describe&verb=CancelHold">CancelHold</a></li> > <li>RecallItem <em>(Not supported by Koha)</em></li> >- <li>RecallCancellation <em>(Not supported by Koha)</em></li> >+ <li>CancelRecall <em>(Not supported by Koha)</em></li> > </ul> > > <h2>Level 4: Robust/domain specific discovery platforms</h2> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30944
:
139012
|
139034
|
140411
|
141207
| 141208