|
Lines 58-73
Link Here
|
| 58 |
<td>[% issue.itemtype_description | html %]</td> |
58 |
<td>[% issue.itemtype_description | html %]</td> |
| 59 |
<td>[% issue.date_due | $KohaDates as_due_date => 1 %]</td> |
59 |
<td>[% issue.date_due | $KohaDates as_due_date => 1 %]</td> |
| 60 |
<td>[% issue.barcode | html %]</td> |
60 |
<td>[% issue.barcode | html %]</td> |
| 61 |
<td>[% issue.charge | html %]</td> |
61 |
<td>[% issue.charge | $Price %]</td> |
| 62 |
<td>[% issue.replacementprice | html %]</td> |
62 |
<td>[% issue.replacementprice | $Price %]</td> |
| 63 |
<td>[% IF ( issue.overdue ) %]Overdue![% ELSE %] [% END %]</td> |
63 |
<td>[% IF ( issue.overdue ) %]Overdue![% ELSE %] [% END %]</td> |
| 64 |
</tr> |
64 |
</tr> |
| 65 |
[% END %] |
65 |
[% END %] |
| 66 |
|
66 |
|
| 67 |
<tr> |
67 |
<tr> |
| 68 |
<td colspan="6" style="text-align: right; font-weight:bold;">Totals:</td> |
68 |
<td colspan="6" style="text-align: right; font-weight:bold;">Totals:</td> |
| 69 |
<td>[% totaldue | html %]</td> |
69 |
<td>[% totaldue | $Price %]</td> |
| 70 |
<td>[% totalprice | html %]</td> |
70 |
<td>[% totalprice | $Price %]</td> |
| 71 |
<td colspan="3"> </td> |
71 |
<td colspan="3"> </td> |
| 72 |
</tr> |
72 |
</tr> |
| 73 |
</table> |
73 |
</table> |