View | Details | Raw Unified | Return to bug 28171
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 394-400 Note that permanent location is a code, and location may be an authval. Link Here
394
                    [% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %]
394
                    [% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %]
395
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
395
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
396
                    [% IF ( volinfo ) %]
396
                    [% IF ( volinfo ) %]
397
                        [% IF ( itemdata_publisheddate ) %]
397
                        [% IF itemdata_publisheddate #If there is at least one published date, use it for sorting %]
398
                            <td class="enumchron" data-order="[% item.publisheddate | html %]">
398
                            <td class="enumchron" data-order="[% item.publisheddate | html %]">
399
                        [% ELSE %]
399
                        [% ELSE %]
400
                            <td class="enumchron">
400
                            <td class="enumchron">
401
- 

Return to bug 28171