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 %] when you collect 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 %] |