Lines 6-11
Link Here
|
6 |
[% USE Categories %] |
6 |
[% USE Categories %] |
7 |
[% USE ItemTypes %] |
7 |
[% USE ItemTypes %] |
8 |
[% USE CirculationRules %] |
8 |
[% USE CirculationRules %] |
|
|
9 |
[% USE Price %] |
9 |
[% SET footerjs = 1 %] |
10 |
[% SET footerjs = 1 %] |
10 |
|
11 |
|
11 |
[% SET branchcode = humanbranch || undef %] |
12 |
[% SET branchcode = humanbranch || undef %] |
Lines 286-296
Link Here
|
286 |
[% END %] |
287 |
[% END %] |
287 |
</td> |
288 |
</td> |
288 |
<td>[% decreaseloanholds | html %]</td> |
289 |
<td>[% decreaseloanholds | html %]</td> |
289 |
<td>[% fine | html %]</td> |
290 |
<td>[% fine | $Price %]</td> |
290 |
<td>[% chargeperiod | html %]</td> |
291 |
<td>[% chargeperiod | html %]</td> |
291 |
<td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td> |
292 |
<td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td> |
292 |
<td>[% firstremind | html %]</td> |
293 |
<td>[% firstremind | html %]</td> |
293 |
<td>[% overduefinescap | html %]</td> |
294 |
<td>[% overduefinescap | $Price %]</td> |
294 |
<td> |
295 |
<td> |
295 |
[% IF cap_fine_to_replacement_price %] |
296 |
[% IF cap_fine_to_replacement_price %] |
296 |
<input type="checkbox" checked="checked" disabled="disabled" /> |
297 |
<input type="checkbox" checked="checked" disabled="disabled" /> |
Lines 386-392
Link Here
|
386 |
[% END %] |
387 |
[% END %] |
387 |
</td> |
388 |
</td> |
388 |
<td>[% recall_due_date_interval | html %]</td> |
389 |
<td>[% recall_due_date_interval | html %]</td> |
389 |
<td>[% recall_overdue_fine | html %]</td> |
390 |
<td>[% recall_overdue_fine | $Price %]</td> |
390 |
<td>[% recall_shelf_time | html %]</td> |
391 |
<td>[% recall_shelf_time | html %]</td> |
391 |
[% END %] |
392 |
[% END %] |
392 |
<td class="actions"> |
393 |
<td class="actions"> |
Lines 1029-1035
Link Here
|
1029 |
</td> |
1030 |
</td> |
1030 |
<td> |
1031 |
<td> |
1031 |
[% IF article_request_fee.defined && article_request_fee != '' %] |
1032 |
[% IF article_request_fee.defined && article_request_fee != '' %] |
1032 |
[% article_request_fee | html %] |
1033 |
[% article_request_fee | $Price %] |
1033 |
[% ELSE %] |
1034 |
[% ELSE %] |
1034 |
<span>0</span> |
1035 |
<span>0</span> |
1035 |
[% END %] |
1036 |
[% END %] |
1036 |
- |
|
|