Bugzilla – Attachment 190644 Details for
Bug 41395
Terminology: Target item cannot be reserved from other branches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41395: Terminology: Target item cannot be reserved from other branches
Bug-41395-Terminology-Target-item-cannot-be-reserv.patch (text/plain), 2.76 KB, created by
David Nind
on 2025-12-19 03:21:33 UTC
(
hide
)
Description:
Bug 41395: Terminology: Target item cannot be reserved from other branches
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-12-19 03:21:33 UTC
Size:
2.76 KB
patch
obsolete
>From 07e43cd99876eb8ffeaf33e11714212bc3b894ab Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 17 Dec 2025 08:35:41 -0500 >Subject: [PATCH] Bug 41395: Terminology: Target item cannot be reserved from > other branches > >This patch corrects some terminology in the holds template, replacing >"reserve" with "hold" and "branch" with "library." > >The patch also removes a duplicate CASE for >cannotReserveFromOtherBranches. > >I'm not sure how to test, and I wonder whether this error intercepted >earlier in the code somewhere. The change is simple, so I hope a check >of the patch will be enough. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 27163722b3..e5877e7089 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -206,7 +206,7 @@ > <span>[% fail.hold_id | html %]</span> > [% SWITCH fail.error %] > [% CASE 'cannotReserveFromOtherBranches' %] >- <span>Target item cannot be reserved from other branches</span> >+ <span>Target item cannot be placed on hold from other libraries</span> > [% CASE 'ageRestricted' %] > <span>The target record and/or items are age restricted</span> > [% CASE 'alreadypossession' %] >@@ -219,8 +219,6 @@ > <span>Target item has too many holds placed on it</span> > [% CASE 'notReservable' %] > <span>Target item is not reservable</span> >- [% CASE 'cannotReserveFromOtherBranches' %] >- <span>Target item cannot be placed on reserve for this branch</span> > [% CASE 'branchNotInHoldGroup' %] > <span>Tagret item is not in the local hold group</span> > [% CASE 'notforloan' %] >@@ -1607,7 +1605,7 @@ > tooManyReservesToday: _("Daily hold limit reached for patron"), > tooManyReserves: _("Too many holds"), > notReservable: _("Not holdable"), >- noReservesAllowed: _("No reserves allowed"), >+ noReservesAllowed: _("No holds allowed"), > cannotReserveFromOtherBranches: _("Patron is from different library"), > itemAlreadyOnHold: _("Patron already has hold for this item"), > cannotBeTransferred: _("Cannot be transferred to pickup library"), >-- >2.39.5
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 41395
:
190617
|
190644
|
190678