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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +2 lines)
Lines 122-130 Link Here
122
                        [% IF (RESERVE_CHARGE) %]
122
                        [% IF (RESERVE_CHARGE) %]
123
                            <div class="alert" id="reserve_fee">
123
                            <div class="alert" id="reserve_fee">
124
                                [% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %]
124
                                [% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %]
125
                                    There is a charge of [% RESERVE_CHARGE %] for collecting this hold
125
                                    You will be charged a hold fee of [% RESERVE_CHARGE %] for collecting this item
126
                                [% ELSE %]
126
                                [% ELSE %]
127
                                    There is a charge of [% RESERVE_CHARGE %] for placing this hold
127
                                    You will be charged a hold fee of [% RESERVE_CHARGE %] for placing this hold
128
                                [% END %]
128
                                [% END %]
129
                            </div>
129
                            </div>
130
                        [% END %]
130
                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 168-174 Link Here
168
                                <div class="alert alert-info">You are logged in as [% borrowername %].</div>
168
                                <div class="alert alert-info">You are logged in as [% borrowername %].</div>
169
                                [% INCLUDE 'opac-note.inc' %]
169
                                [% INCLUDE 'opac-note.inc' %]
170
                                [% IF patron_has_hold_fee %]
170
                                [% IF patron_has_hold_fee %]
171
                                    <div class="alert">You have been charged for collecting this item.</div>
171
                                    <div class="alert">A hold fee was charged to your account for collecting this item.</div>
172
                                [% END %]
172
                                [% END %]
173
                            [% END %]
173
                            [% END %]
174
174
175
- 

Return to bug 17560