Lines 328-334
Link Here
|
328 |
<th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th> |
328 |
<th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th> |
329 |
<th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th> |
329 |
<th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th> |
330 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
330 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
331 |
[% IF Koha.Preference('EnableVolumes') %]<th>Volume</th>[% END %] |
331 |
[% IF Koha.Preference('EnableVolumes') %] |
|
|
332 |
<th id="[% tab | html %]_volume" data-colname="[% tab | html %]_volume">Volume</th> |
333 |
[% END %] |
332 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
334 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
333 |
[% IF volinfo %] |
335 |
[% IF volinfo %] |
334 |
<th id="[% tab | html %]_enumchron" data-colname="[% tab | html %]_enumchron">Serial enumeration / chronology</th> |
336 |
<th id="[% tab | html %]_enumchron" data-colname="[% tab | html %]_enumchron">Serial enumeration / chronology</th> |
Lines 403-409
Note that permanent location is a code, and location may be an authval.
Link Here
|
403 |
</span> |
405 |
</span> |
404 |
</td> |
406 |
</td> |
405 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
407 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
406 |
[% IF Koha.Preference('EnableVolumes') %]<td>[% item.object.volume.description | html %]</td>[% END %] |
408 |
[% IF Koha.Preference('EnableVolumes') %]<td class="volume">[% item.object.volume.description | html %]</td>[% END %] |
407 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
409 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
408 |
[% IF ( volinfo ) %] |
410 |
[% IF ( volinfo ) %] |
409 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting %] |
411 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting %] |
410 |
- |
|
|