Bugzilla – Attachment 57244 Details for
Bug 17560
Hold fee placement at point of checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17560: Update the wording when a patron places a hold at the OPAC
SIGNED-OFF-Bug-17560-Update-the-wording-when-a-pat.patch (text/plain), 1.45 KB, created by
Josef Moravec
on 2016-11-07 07:46:30 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17560: Update the wording when a patron places a hold at the OPAC
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-11-07 07:46:30 UTC
Size:
1.45 KB
patch
obsolete
>From 3f183e19d0c2451af7280f937be1f82819041547 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sun, 6 Nov 2016 18:55:22 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 17560: Update the wording when a patron > places a hold at the OPAC > >Sponsored-by: Cheshire Libraries > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index c0dd300..7ae6dbe 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -121,7 +121,11 @@ > > [% IF (RESERVE_CHARGE) %] > <div class="alert" id="reserve_fee"> >- There is a charge of [% RESERVE_CHARGE %] for placing this hold >+ [% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %] >+ There is a charge of [% RESERVE_CHARGE %] for collecting this hold >+ [% ELSE %] >+ There is a charge of [% RESERVE_CHARGE %] for placing this hold >+ [% END %] > </div> > [% END %] > >-- >2.1.4
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 17560
:
57233
|
57234
|
57235
|
57236
|
57237
|
57241
|
57242
|
57243
|
57244
|
57245
|
60993
|
61301
|
61669
|
61691
|
61744
|
61745
|
61746
|
61747
|
61748
|
61749
|
61750