Lines 296-302
Link Here
|
296 |
<th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th> |
296 |
<th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th> |
297 |
<th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th> |
297 |
<th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th> |
298 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
298 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
299 |
[% IF Koha.Preference('EnableVolumes') %]<th>Volume</th>[% END %] |
299 |
[% IF Koha.Preference('EnableVolumes') %] |
|
|
300 |
<th id="[% tab | html %]_volume" data-colname="[% tab | html %]_volume">Volume</th> |
301 |
[% END %] |
300 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
302 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
301 |
[% IF volinfo %] |
303 |
[% IF volinfo %] |
302 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting%] |
304 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting%] |
Lines 375-381
Note that permanent location is a code, and location may be an authval.
Link Here
|
375 |
</span> |
377 |
</span> |
376 |
</td> |
378 |
</td> |
377 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
379 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
378 |
[% IF Koha.Preference('EnableVolumes') %]<td>[% item.object.volume.description | html %]</td>[% END %] |
380 |
[% IF Koha.Preference('EnableVolumes') %]<td class="volume">[% item.object.volume.description | html %]</td>[% END %] |
379 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
381 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
380 |
[% IF ( volinfo ) %] |
382 |
[% IF ( volinfo ) %] |
381 |
<td class="enumchron"> |
383 |
<td class="enumchron"> |
382 |
- |
|
|