From 20fe28d42cad0088e1d474b2d8249e3a7eec6f7b 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 Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- 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 401561abc2..8ac078de94 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.39.2