Lines 364-370
Item types administration
Link Here
|
364 |
[% itemtype.description | html %] |
364 |
[% itemtype.description | html %] |
365 |
[% END %] |
365 |
[% END %] |
366 |
</td> |
366 |
</td> |
367 |
<td>[% itemtype.searchcategory | html %]</td> |
367 |
<td> |
|
|
368 |
[% FOREACH cat IN searchcategory %] |
369 |
[% IF cat.authorised_value == itemtype.searchcategory %] |
370 |
[% cat.lib | html %] |
371 |
[% END %] |
372 |
[% END %] |
373 |
</td> |
368 |
<td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %] [% END %]</td> |
374 |
<td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %] [% END %]</td> |
369 |
<td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %] [% END %]</td> |
375 |
<td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %] [% END %]</td> |
370 |
<td> |
376 |
<td> |
371 |
- |
|
|