From 56042370f83b10d268d2d5d31ef3ba4c5e963e54 Mon Sep 17 00:00:00 2001 From: ava li Date: Wed, 20 Jan 2021 21:38:15 +0000 Subject: [PATCH] Bug 27478: Improved link text when viewing ILL reqested item TEST PLAN: 1) Follow https://koha-community.org/manual/20.11/hi/html/ILL_requests.html and https://wiki.koha-community.org/wiki/ILL_backends to enable Interlibrary loans if you haven't already. 2)In the Koha staff website or OPAC website, make an ILL request. (if in the Koha staff website, use your own card barcode) 3) Go the the OPAC website, your account (top right), 'your interlibrary loan requests', view request 4) The text should be as follows "Requested item: View the requested item" If so the patch has worked. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt index d7e4e0a88e..ab03b84d96 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt @@ -184,7 +184,7 @@ [% IF request.biblio_id %]
  • - Click here to view + View the requested item
  • [% END %]
  • -- 2.11.0