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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 371-377 function verify_images() { Link Here
371
            <tr>
371
            <tr>
372
                [% IF ( item_level_itypes ) %]<th>Item type</th>[% END %]
372
                [% IF ( item_level_itypes ) %]<th>Item type</th>[% END %]
373
                <th>Current location</th>
373
                <th>Current location</th>
374
                <th>Home Library</th>
374
                <th>Home library</th>
375
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
375
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
376
                <th>Call number</th>
376
                <th>Call number</th>
377
                <th>Status</th>
377
                <th>Status</th>
378
- 

Return to bug 10350