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 281-287
Link Here
|
281 |
<td>[% chargeperiod | html %]</td> |
282 |
<td>[% chargeperiod | html %]</td> |
282 |
<td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td> |
283 |
<td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td> |
283 |
<td>[% firstremind | html %]</td> |
284 |
<td>[% firstremind | html %]</td> |
284 |
<td>[% overduefinescap FILTER format("%.2f") %]</td> |
285 |
<td>[% overduefinescap | $Price %]</td> |
285 |
<td> |
286 |
<td> |
286 |
[% IF cap_fine_to_replacement_price %] |
287 |
[% IF cap_fine_to_replacement_price %] |
287 |
<input type="checkbox" checked="checked" disabled="disabled" /> |
288 |
<input type="checkbox" checked="checked" disabled="disabled" /> |
Lines 369-375
Link Here
|
369 |
[% END %] |
370 |
[% END %] |
370 |
</td> |
371 |
</td> |
371 |
<td>[% recall_due_date_interval | html %]</td> |
372 |
<td>[% recall_due_date_interval | html %]</td> |
372 |
<td>[% recall_overdue_fine FILTER format("%.2f") %]</td> |
373 |
<td>[% recall_overdue_fine | $Price %]</td> |
373 |
<td>[% recall_shelf_time | html %]</td> |
374 |
<td>[% recall_shelf_time | html %]</td> |
374 |
[% END %] |
375 |
[% END %] |
375 |
<td class="actions"> |
376 |
<td class="actions"> |
376 |
- |
|
|