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 171-176 Link Here
171
                        [% ELSE %]
172
                        [% ELSE %]
172
                            [% IF HOLD.itemtype %]
173
                            [% IF HOLD.itemtype %]
173
                                <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span>
174
                                <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span>
175
                            [% ELSIF HOLD.item && HOLD.item.notforloan < 0 %]
176
                                <span>Pending ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => HOLD.item.notforloan ) %])</span>
174
                            [% ELSE %]
177
                            [% ELSE %]
175
                                <span>Pending</span>
178
                                <span>Pending</span>
176
                            [% END %]
179
                            [% END %]
177
- 

Return to bug 40586