Lines 2-7
Link Here
|
2 |
[% USE Branches %] |
2 |
[% USE Branches %] |
3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
4 |
[% USE Price %] |
4 |
[% USE Price %] |
|
|
5 |
[% USE ItemTypes %] |
5 |
[% SET footerjs = 1 %] |
6 |
[% SET footerjs = 1 %] |
6 |
|
7 |
|
7 |
[% PROCESS 'accounts.inc' %] |
8 |
[% PROCESS 'accounts.inc' %] |
Lines 55-61
Link Here
|
55 |
</td> |
56 |
</td> |
56 |
<td>[% issue.author | html %]</td> |
57 |
<td>[% issue.author | html %]</td> |
57 |
<td>[% issue.itemcallnumber | html %]</td> |
58 |
<td>[% issue.itemcallnumber | html %]</td> |
58 |
<td>[% issue.itemtype_description | html %]</td> |
59 |
<td>[% ItemTypes.GetDescription( issue.itype ) | html %]</td> |
59 |
<td>[% issue.date_due | $KohaDates as_due_date => 1 %]</td> |
60 |
<td>[% issue.date_due | $KohaDates as_due_date => 1 %]</td> |
60 |
<td>[% issue.barcode | html %]</td> |
61 |
<td>[% issue.barcode | html %]</td> |
61 |
<td>[% issue.charge | $Price %]</td> |
62 |
<td>[% issue.charge | $Price %]</td> |