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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-2 / +1 lines)
Lines 48-54 $.tablesorter.addParser({ Link Here
48
        [% FOREACH cancel_result %]
48
        [% FOREACH cancel_result %]
49
            [% IF ( messagetransfert ) %]
49
            [% IF ( messagetransfert ) %]
50
                <div class="dialog message">
50
                <div class="dialog message">
51
                    <h2>This item is on hold for pick-up at another library</h2>
51
                    <h2>This item is on hold for pick-up at [% branchname %]</h2>
52
                    <p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>.
52
                    <p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>.
53
                    Please retain this item and check it in to process the hold.
53
                    Please retain this item and check it in to process the hold.
54
                    </p>
54
                    </p>
55
- 

Return to bug 8449