Bugzilla – Attachment 57236 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]
Bug 17560: Update the wording when a patron places a hold at the OPAC
Bug-17560-Update-the-wording-when-a-patron-places-.patch (text/plain), 1.38 KB, created by
Jonathan Druart
on 2016-11-06 20:12:07 UTC
(
hide
)
Description:
Bug 17560: Update the wording when a patron places a hold at the OPAC
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-06 20:12:07 UTC
Size:
1.38 KB
patch
obsolete
>From 856ebc459f492965d1ddf5d0a13419d2b6475b7f 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] Bug 17560: Update the wording when a patron places a hold at > the OPAC > >Sponsored-by: Cheshire Libraries >--- > 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