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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-1 / +3 lines)
Lines 1-3 Link Here
1
[% USE AuthorisedValues %]
1
[% USE Branches %]
2
[% USE Branches %]
2
[% USE ItemTypes %]
3
[% USE ItemTypes %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
Lines 155-160 Link Here
155
                        [% ELSE %]
156
                        [% ELSE %]
156
                            [% IF HOLD.itemtype %]
157
                            [% IF HOLD.itemtype %]
157
                                <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span>
158
                                <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span>
159
                            [% ELSIF HOLD.item && HOLD.item.notforloan < 0 %]
160
                                <span>Pending ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => HOLD.item.notforloan ) %])</span>
158
                            [% ELSE %]
161
                            [% ELSE %]
159
                                <span>Pending</span>
162
                                <span>Pending</span>
160
                            [% END %]
163
                            [% END %]
161
- 

Return to bug 40586