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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 593-599 function verify_images() { Link Here
593
                <th>Status</th>
593
                <th>Status</th>
594
                <th>Last seen</th>
594
                <th>Last seen</th>
595
                <th>Barcode</th>
595
                <th>Barcode</th>
596
                [% IF ( volinfo ) %]<th>Publication details</th>[% END %]
596
                [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
597
                [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
597
                [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
598
                [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %]
598
                [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %]
599
                [% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %]
599
                [% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %]
600
- 

Return to bug 14897