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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-2 / +1 lines)
Lines 51-57 Link Here
51
                    <p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>.
51
                    <p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>.
52
                    Please retain this item and check it in to process the hold.
52
                    Please retain this item and check it in to process the hold.
53
                    </p>
53
                    </p>
54
                    <form name="cancelReservewithtransfert" action="waitingreserves.p#[% tab %]" method="post">
54
                    <form name="cancelReservewithtransfert" action="waitingreserves.pl#[% tab %]" method="post">
55
                        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
55
                        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
56
                    </form>
56
                    </form>
57
                </div>
57
                </div>
58
- 

Return to bug 17010