Lines 294-300
Link Here
|
294 |
<th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th> |
294 |
<th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th> |
295 |
<th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th> |
295 |
<th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th> |
296 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
296 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
297 |
[% IF Koha.Preference('EnableVolumes') %]<th>Volume</th>[% END %] |
297 |
[% IF Koha.Preference('EnableVolumes') %] |
|
|
298 |
<th id="[% tab | html %]_volume" data-colname="[% tab | html %]_volume">Volume</th> |
299 |
[% END %] |
298 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
300 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
299 |
[% IF volinfo %] |
301 |
[% IF volinfo %] |
300 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting%] |
302 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting%] |
Lines 357-363
Note that permanent location is a code, and location may be an authval.
Link Here
|
357 |
</span> |
359 |
</span> |
358 |
</td> |
360 |
</td> |
359 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
361 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
360 |
[% IF Koha.Preference('EnableVolumes') %]<td>[% item.object.volume.description | html %]</td>[% END %] |
362 |
[% IF Koha.Preference('EnableVolumes') %]<td class="volume">[% item.object.volume.description | html %]</td>[% END %] |
361 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
363 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
362 |
[% IF ( volinfo ) %] |
364 |
[% IF ( volinfo ) %] |
363 |
<td class="enumchron"> |
365 |
<td class="enumchron"> |
364 |
- |
|
|