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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +1 lines)
Lines 459-465 Item types administration Link Here
459
            <td>
459
            <td>
460
                [% itemtype.parent_type | html %]
460
                [% itemtype.parent_type | html %]
461
            </td>
461
            </td>
462
            <td>[% itemtype.searchcategory | html %]</td>
462
            <td>[% AuthorisedValues.GetByCode( 'ITEMTYPECAT', itemtype.searchcategory ) | html %]</td>
463
            <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
463
            <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
464
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
464
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
465
            <td>
465
            <td>
466
- 

Return to bug 20238