|
Lines 130-138
Link Here
|
| 130 |
[% IF (RESERVE_CHARGE) %] |
130 |
[% IF (RESERVE_CHARGE) %] |
| 131 |
<div class="alert" id="reserve_fee"> |
131 |
<div class="alert" id="reserve_fee"> |
| 132 |
[% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %] |
132 |
[% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %] |
| 133 |
You will be charged a hold fee of [% RESERVE_CHARGE | html %] when you collect this item |
133 |
You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] when you collect this item |
| 134 |
[% ELSE %] |
134 |
[% ELSE %] |
| 135 |
You will be charged a hold fee of [% RESERVE_CHARGE | html %] for placing this hold |
135 |
You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] for placing this hold |
| 136 |
[% END %] |
136 |
[% END %] |
| 137 |
</div> |
137 |
</div> |
| 138 |
[% END %] |
138 |
[% END %] |