Bugzilla – Attachment 117208 Details for
Bug 27071
Hold pickup library match not enforced correctly on intranet when using hold groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27071: (follow-up) Provide a more meaningful error message
Bug-27071-follow-up-Provide-a-more-meaningful-erro.patch (text/plain), 2.32 KB, created by
Martin Renvoize (ashimema)
on 2021-02-23 13:41:12 UTC
(
hide
)
Description:
Bug 27071: (follow-up) Provide a more meaningful error message
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-02-23 13:41:12 UTC
Size:
2.32 KB
patch
obsolete
>From 0cd089eff5c2712cc5fe2de9482697c41b01bc9e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 9 Feb 2021 12:26:50 -0300 >Subject: [PATCH] Bug 27071: (follow-up) Provide a more meaningful error > message > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 5 ++++- > 1 file changed, 4 insertions(+), 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 dc85eff568..0d93f6e2a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -587,6 +587,8 @@ > Patron already has hold for this item > [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] > Cannot be transferred to pickup library >+ [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %] >+ Only pickup locations within the same hold group are allowed > [% ELSE %] > [% itemloo.not_holdable | html %] > [% END %] >@@ -1012,7 +1014,8 @@ > notReservable: _("Not holdable"), > cannotReserveFromOtherBranches: _("Patron is from different library"), > itemAlreadyOnHold: _("Patron already has hold for this item"), >- cannotBeTransferred: _("Cannot be transferred to pickup library") >+ cannotBeTransferred: _("Cannot be transferred to pickup library"), >+ pickupNotInHoldGroup: _("Only pickup locations within the same hold group are allowed") > } > columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]; > >-- >2.20.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 27071
:
113928
|
113929
|
113963
|
116599
|
116600
|
116601
|
116602
|
116603
|
117140
|
117141
|
117142
|
117143
|
117144
|
117145
|
117184
|
117185
|
117186
|
117187
|
117188
|
117189
|
117204
|
117205
|
117206
|
117207
| 117208 |
117209