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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt (-2 / +1 lines)
Lines 385-391 $.tablesorter.addParser({ Link Here
385
                    [% IF ( RESERVE.wait ) %]
385
                    [% IF ( RESERVE.wait ) %]
386
                        [% IF ( RESERVE.atdestination ) %]
386
                        [% IF ( RESERVE.atdestination ) %]
387
                            [% IF ( RESERVE.found ) %]
387
                            [% IF ( RESERVE.found ) %]
388
                            Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.formattedwaitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %]
388
                            Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.waitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %]
389
                            <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
389
                            <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
390
                            [% ELSE %]
390
                            [% ELSE %]
391
                            Item waiting to be pulled from <b> [% RESERVE.wbrname %]</b>
391
                            Item waiting to be pulled from <b> [% RESERVE.wbrname %]</b>
392
- 

Return to bug 7743