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 %] [% END %]</td> |
463 |
<td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %] [% END %]</td> |
464 |
<td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %] [% END %]</td> |
464 |
<td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %] [% END %]</td> |
465 |
<td> |
465 |
<td> |
466 |
- |
|
|