From 9864d949fb72bda3f52140393c84cd5878aec844 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 Content-Type: text/plain; charset=utf-8 Sponsored-by: Cheshire Libraries Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy --- 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 401561a..8ac078d 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