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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +5 lines)
Lines 320-325 Link Here
320
                                            <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
320
                                            <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
321
                                                <input type="hidden" name="barcode" value="[% itembarcode | html %]" />
321
                                                <input type="hidden" name="barcode" value="[% itembarcode | html %]" />
322
                                                <input type="hidden" name="multiple_confirm" value="1" />
322
                                                <input type="hidden" name="multiple_confirm" value="1" />
323
                                                [% FOREACH inputloo IN inputloop %]
324
                                                    <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
325
                                                    <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
326
                                                    <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" />
327
                                                [% END %]
323
                                                <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, checkin (Y)</button>
328
                                                <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, checkin (Y)</button>
324
                                            </form>
329
                                            </form>
325
                                            <button type="button" data-dismiss="modal" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't checkin (N)</button>
330
                                            <button type="button" data-dismiss="modal" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't checkin (N)</button>
326
- 

Return to bug 25261