|
Lines 80-85
Link Here
|
| 80 |
<th>Available enumeration</th> |
80 |
<th>Available enumeration</th> |
| 81 |
<th class="string-sort">Available item types</th> |
81 |
<th class="string-sort">Available item types</th> |
| 82 |
<th class="string-sort">Available locations</th> |
82 |
<th class="string-sort">Available locations</th> |
|
|
83 |
<th class="string-sort">Available collections</th> |
| 83 |
<th>Earliest hold date</th> |
84 |
<th>Earliest hold date</th> |
| 84 |
<th>Hold notes</th> |
85 |
<th>Hold notes</th> |
| 85 |
<th class="string-sort">Pickup location</th> |
86 |
<th class="string-sort">Pickup location</th> |
|
Lines 191-196
Link Here
|
| 191 |
[% END %] |
192 |
[% END %] |
| 192 |
</ul> |
193 |
</ul> |
| 193 |
</td> |
194 |
</td> |
|
|
195 |
<td> |
| 196 |
<ul> |
| 197 |
[% FOREACH ccode IN hold_info.collections %] |
| 198 |
<li>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ccode ) | html %]</li> |
| 199 |
[% END %] |
| 200 |
</ul> |
| 201 |
</td> |
| 194 |
<td data-order="[% hold.reservedate | html %]"> |
202 |
<td data-order="[% hold.reservedate | html %]"> |
| 195 |
[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %] |
203 |
[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %] |
| 196 |
</td> |
204 |
</td> |
|
Lines 259-264
Link Here
|
| 259 |
<td id="locationfilter"></td> |
267 |
<td id="locationfilter"></td> |
| 260 |
<td></td> |
268 |
<td></td> |
| 261 |
<td></td> |
269 |
<td></td> |
|
|
270 |
<td></td> |
| 262 |
<td id="pickup-location"></td> |
271 |
<td id="pickup-location"></td> |
| 263 |
<td></td> |
272 |
<td></td> |
| 264 |
</tr> |
273 |
</tr> |
| 265 |
- |
|
|