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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +2 lines)
Lines 413-418 Link Here
413
                                        <div class="modal-footer">
413
                                        <div class="modal-footer">
414
                                            <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
414
                                            <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
415
                                                <input type="hidden" name="barcode" value="[% item.barcode | html %]" />
415
                                                <input type="hidden" name="barcode" value="[% item.barcode | html %]" />
416
                                                <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" />
417
                                                <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" />
416
                                                <input type="hidden" name="multiple_confirm" value="1" />
418
                                                <input type="hidden" name="multiple_confirm" value="1" />
417
                                                <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" />
419
                                                <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" />
418
                                                [% FOREACH inputloo IN inputloop %]
420
                                                [% FOREACH inputloo IN inputloop %]
419
- 

Return to bug 33806