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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-2 / +1 lines)
Lines 17-23 Link Here
17
                [% IF ( item_level_itypes ) %]<th id="[% tab | html %]_itype" data-colname="itype">Item type</th>[% END %]
17
                [% IF ( item_level_itypes ) %]<th id="[% tab | html %]_itype" data-colname="itype">Item type</th>[% END %]
18
                <th id="[% tab | html %]_holdingbranch" data-colname="holdingbranch">Current library</th>
18
                <th id="[% tab | html %]_holdingbranch" data-colname="holdingbranch">Current library</th>
19
                <th id="[% tab | html %]_homebranch" data-colname="homebranch">Home library</th>
19
                <th id="[% tab | html %]_homebranch" data-colname="homebranch">Home library</th>
20
                <th id="[% tab | html %]_loction" data-colname="location">Shelving location</th>
20
                <th id="[% tab | html %]_location" data-colname="location">Shelving location</th>
21
                <th id="[% tab | html %]_ccode" data-colname="ccode">Collection</th>
21
                <th id="[% tab | html %]_ccode" data-colname="ccode">Collection</th>
22
                [% IF Koha.Preference('EnableItemGroups') %]
22
                [% IF Koha.Preference('EnableItemGroups') %]
23
                    <th id="[% tab | html %]_item_group" data-colname="item_group">Item group</th>
23
                    <th id="[% tab | html %]_item_group" data-colname="item_group">Item group</th>
24
- 

Return to bug 15461