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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +1 lines)
Lines 452-458 Link Here
452
                                                                [% END %]
452
                                                                [% END %]
453
453
454
                                                                [% IF ( itemLoo.notforloan ) %]
454
                                                                [% IF ( itemLoo.notforloan ) %]
455
                                                                    <span class="notforloan">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemLoo.notforloan ) %] %])</span>
455
                                                                    <span class="notforloan">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemLoo.notforloan ) %])</span>
456
                                                                [% END %]
456
                                                                [% END %]
457
457
458
                                                                [% IF ( itemLoo.first_hold ) %]
458
                                                                [% IF ( itemLoo.first_hold ) %]
459
- 

Return to bug 32185