Bugzilla – Attachment 151683 Details for
Bug 33781
Terminology: Item already issued to other borrower.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33781: Terminology: Item already issued to other borrower.
Bug-33781-Terminology-Item-already-issued-to-other.patch (text/plain), 2.47 KB, created by
Owen Leonard
on 2023-05-25 13:40:59 UTC
(
hide
)
Description:
Bug 33781: Terminology: Item already issued to other borrower.
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-05-25 13:40:59 UTC
Size:
2.47 KB
patch
obsolete
>From 75b4535ba2274948db9692f333bf159b15e53a2e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 May 2023 13:24:28 +0000 >Subject: [PATCH] Bug 33781: Terminology: Item already issued to other > borrower. > >This patch updates a couple of error message strings so that they use >the correct terminology and read well. > >"This item is on hold for another borrower." becomes "This item is on >hold for another patron." > >"Item already issued to other borrower." becomes "This item is already >checked out to another patron." > >To test, apply the patch and log into the OPAC as a patron who has items >checked out which are available for renewal. > >In another tab, place a hold on one of those items on behalf of a >different patron. > >Back in your OPAC tab, click the "Renew" link next to the title which is >now on hold. The page should reload and show the updated message, "This >item is on hold..." > >I was not able to trigger the other message. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 94a6d657e1..b21323d977 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -149,11 +149,11 @@ > [% ELSIF error == 'too_soon' %] > <li>It is too soon after the checkout date for this item to be renewed.</li> > [% ELSIF error == 'on_reserve' %] >- <li>This item is on hold for another borrower.</li> >+ <li>This item is on hold for another patron.</li> > [% ELSIF error == 'item_denied_renewal' %] > <li>Item renewal is not allowed.</li> > [% ELSIF error == 'item_issued_to_other_patron'%] >- <li>Item already issued to other borrower.</li> >+ <li>This item is already checked out to another patron.</li> > [% ELSIF error == 'auto_too_soon' %] > <li>This item is scheduled for auto renewal.</li> > [% END %] >-- >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 33781
:
151683
|
151702
|
153155