View | Details | Raw Unified | Return to bug 17560
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +5 lines)
Lines 121-127 Link Here
121
121
122
                        [% IF (RESERVE_CHARGE) %]
122
                        [% IF (RESERVE_CHARGE) %]
123
                            <div class="alert" id="reserve_fee">
123
                            <div class="alert" id="reserve_fee">
124
                                There is a charge of [% RESERVE_CHARGE %] for placing this hold
124
                                [% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %]
125
                                    There is a charge of [% RESERVE_CHARGE %] for collecting this hold
126
                                [% ELSE %]
127
                                    There is a charge of [% RESERVE_CHARGE %] for placing this hold
128
                                [% END %]
125
                            </div>
129
                            </div>
126
                        [% END %]
130
                        [% END %]
127
131
128
- 

Return to bug 17560