Bug 17560: Update the wording when a patron places a hold at the OPAC
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sun, 6 Nov 2016 18:55:22 +0000 (18:55 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 12:06:04 +0000 (12:06 +0000)
Sponsored-by: Cheshire Libraries
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt

index 401561a..8ac078d 100644 (file)
 
                         [% 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 %]