Bugzilla – Attachment 153386 Details for
Bug 33052
Add a message for from_local_hold_group override
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33052: Fix typo
Bug-33052-Fix-typo.patch (text/plain), 1.42 KB, created by
Emily Lamancusa (emlam)
on 2023-07-12 19:06:52 UTC
(
hide
)
Description:
Bug 33052: Fix typo
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2023-07-12 19:06:52 UTC
Size:
1.42 KB
patch
obsolete
>From e9a81e0076ead6570f30d134607596f49401af8d Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Wed, 12 Jul 2023 13:44:15 -0400 >Subject: [PATCH] Bug 33052: Fix typo > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 98dee34483..9832013cb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1564,7 +1564,7 @@ > switch (override_items[itemnumber].holdallowed) { > case "not_allowed": msg = _("This item normally cannot be put on hold."); break; > case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break; >- case "from_local_hold_group": msg = _("This item normally cannot be put on hold out its' local hold group."); break; >+ case "from_local_hold_group": msg = _("This item normally cannot be put on hold outside of its local hold group."); break; > } > > msg += "\n\n" + _("Place hold on this item?"); >-- >2.34.1
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 33052
:
147231
|
153385
| 153386