From 9864d949fb72bda3f52140393c84cd5878aec844 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
Content-Type: text/plain; charset=utf-8

Sponsored-by: Cheshire Libraries

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 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) %]
                             <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