Lines 155-161
Link Here
|
155 |
[% IF ( itemtype_notforloan ) %] |
155 |
[% IF ( itemtype_notforloan ) %] |
156 |
Item type is normally not for loan. |
156 |
Item type is normally not for loan. |
157 |
[% ELSIF ( item_notforloan ) %] |
157 |
[% ELSIF ( item_notforloan ) %] |
158 |
[% item_notforloan_lib = AuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) %] |
158 |
[% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] |
159 |
Item is normally not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib | html %])[% END %]. |
159 |
Item is normally not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib | html %])[% END %]. |
160 |
[% END %] |
160 |
[% END %] |
161 |
[% IF CAN_user_circulate_force_checkout %] |
161 |
[% IF CAN_user_circulate_force_checkout %] |
Lines 341-347
Link Here
|
341 |
[% IF ( itemtype_notforloan ) %] |
341 |
[% IF ( itemtype_notforloan ) %] |
342 |
Item type not for loan. |
342 |
Item type not for loan. |
343 |
[% ELSIF ( item_notforloan ) %] |
343 |
[% ELSIF ( item_notforloan ) %] |
344 |
[% item_notforloan_lib = AuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) %] |
344 |
[% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] |
345 |
Item not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib | html %])[% END %]. |
345 |
Item not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib | html %])[% END %]. |
346 |
[% END %] |
346 |
[% END %] |
347 |
</li> |
347 |
</li> |
348 |
- |
|
|