|
Lines 1-4
Link Here
|
| 1 |
[% USE ItemTypes %] |
1 |
[% USE ItemTypes %] |
|
|
2 |
[% USE AuthorisedValues %] |
| 2 |
<table id="[% table_name | html %]"> |
3 |
<table id="[% table_name | html %]"> |
| 3 |
<thead> |
4 |
<thead> |
| 4 |
<tr> |
5 |
<tr> |
|
Lines 8-13
Link Here
|
| 8 |
<th>Patron</th> |
9 |
<th>Patron</th> |
| 9 |
<th>Home branch</th> |
10 |
<th>Home branch</th> |
| 10 |
<th>Current location</th> |
11 |
<th>Current location</th> |
|
|
12 |
<th>Available location</th> |
| 11 |
<th>Call number</th> |
13 |
<th>Call number</th> |
| 12 |
<th>Copy number</th> |
14 |
<th>Copy number</th> |
| 13 |
<th>Enumeration</th> |
15 |
<th>Enumeration</th> |
|
Lines 37-42
Link Here
|
| 37 |
</td> |
39 |
</td> |
| 38 |
<td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td> |
40 |
<td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td> |
| 39 |
<td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %]</td> |
41 |
<td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %]</td> |
|
|
42 |
<td>[% AuthorisedValues.GetByCode('LOC', reserveloo.item.location) | html %]</td> |
| 40 |
<td>[% reserveloo.item.itemcallnumber | html %]</td> |
43 |
<td>[% reserveloo.item.itemcallnumber | html %]</td> |
| 41 |
<td>[% reserveloo.item.copynumber | html %]</td> |
44 |
<td>[% reserveloo.item.copynumber | html %]</td> |
| 42 |
<td>[% reserveloo.item.enumchron | html %]</td> |
45 |
<td>[% reserveloo.item.enumchron | html %]</td> |
| 43 |
- |
|
|