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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 610-616 Link Here
610
                                                        Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %]
610
                                                        Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %]
611
                                                    [% ELSE %]
611
                                                    [% ELSE %]
612
                                                        [% IF RESERVE.itemtype %]
612
                                                        [% IF RESERVE.itemtype %]
613
                                                            Pending for next available <i>[% ItemTypes.GetDescription( RESERVE.itemtype ) %]</i> item
613
                                                            Pending for next available item of type <i>[% ItemTypes.GetDescription( RESERVE.itemtype ) %]</i>
614
                                                        [% ELSE %]
614
                                                        [% ELSE %]
615
                                                            Pending
615
                                                            Pending
616
                                                        [% END %]
616
                                                        [% END %]
617
- 

Return to bug 16562