From 856ebc459f492965d1ddf5d0a13419d2b6475b7f Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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) %]
- 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 %]
[% END %] -- 2.1.4