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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt (-2 / +1 lines)
Lines 398-404 $.tablesorter.addParser({ Link Here
398
                    [% IF ( RESERVE.wait ) %]
398
                    [% IF ( RESERVE.wait ) %]
399
                        [% IF ( RESERVE.atdestination ) %]
399
                        [% IF ( RESERVE.atdestination ) %]
400
                            [% IF ( RESERVE.found ) %]
400
                            [% IF ( RESERVE.found ) %]
401
                            Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.formattedwaitingdate ) %] until [% RESERVE.formattedwaitingdate %][% END %]
401
                            Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.formattedwaitingdate ) %] since [% RESERVE.formattedwaitingdate %][% END %]
402
                            <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
402
                            <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
403
                            [% ELSE %]
403
                            [% ELSE %]
404
                            Item waiting to be pulled from <b> [% RESERVE.wbrname %]</b>
404
                            Item waiting to be pulled from <b> [% RESERVE.wbrname %]</b>
405
- 

Return to bug 6330