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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +5 lines)
Lines 225-230 Link Here
225
                            <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
225
                            <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
226
                            <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" />
226
                            <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" />
227
                        [% END %]
227
                        [% END %]
228
                        <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" />
229
                        <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" />
228
                    </form>
230
                    </form>
229
                    <!-- PRINT SLIP -->
231
                    <!-- PRINT SLIP -->
230
                    <form method="post" action="returns.pl" name="mainform">
232
                    <form method="post" action="returns.pl" name="mainform">
Lines 234-239 Link Here
234
                            <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
236
                            <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
235
                            <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" />
237
                            <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" />
236
                        [% END %]
238
                        [% END %]
239
                        <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" />
240
                        <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" />
241
237
                    </form>
242
                    </form>
238
                    <!-- CANCEL TRANSFER -->
243
                    <!-- CANCEL TRANSFER -->
239
                    <form method="post" action="returns.pl" name="mainform">
244
                    <form method="post" action="returns.pl" name="mainform">
240
- 

Return to bug 23658