Lines 30-35
Link Here
|
30 |
<tr> |
30 |
<tr> |
31 |
<th>Title</th> |
31 |
<th>Title</th> |
32 |
<th>Author</th> |
32 |
<th>Author</th> |
|
|
33 |
<th>Call no</th> |
33 |
<th>Item type</th> |
34 |
<th>Item type</th> |
34 |
<th>Date due</th> |
35 |
<th>Date due</th> |
35 |
<th>Charge</th> |
36 |
<th>Charge</th> |
Lines 45-50
Link Here
|
45 |
</a> |
46 |
</a> |
46 |
</td> |
47 |
</td> |
47 |
<td>[% issueloo.author %]</td> |
48 |
<td>[% issueloo.author %]</td> |
|
|
49 |
<td>[% issueloo.itemcallnumber %]</td> |
48 |
<td>[% issueloo.itemtype_description %]</td> |
50 |
<td>[% issueloo.itemtype_description %]</td> |
49 |
<td>[% issueloo.date_due %]</td> |
51 |
<td>[% issueloo.date_due %]</td> |
50 |
<td>[% issueloo.charge %]</td> |
52 |
<td>[% issueloo.charge %]</td> |
Lines 53-59
Link Here
|
53 |
</tr> |
55 |
</tr> |
54 |
[% END %] |
56 |
[% END %] |
55 |
<tr> |
57 |
<tr> |
56 |
<td colspan="4" style="text-align: right; font-weight:bold;">Totals:</td> |
58 |
<td colspan="5" style="text-align: right; font-weight:bold;">Totals:</td> |
57 |
<td>[% totaldue %]</td> |
59 |
<td>[% totaldue %]</td> |
58 |
<td>[% totalprice %]</td> |
60 |
<td>[% totalprice %]</td> |
59 |
<td colspan="2"> </td> |
61 |
<td colspan="2"> </td> |
60 |
- |
|
|