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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 431-436 Link Here
431
                                                <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" />
431
                                                <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" />
432
                                                <input type="hidden" name="multiple_confirm" value="1" />
432
                                                <input type="hidden" name="multiple_confirm" value="1" />
433
                                                <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" />
433
                                                <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" />
434
                                                <input type="hidden" name="exemptfine" value="[% exemptfine | html %]" />
434
                                                [% FOREACH inputloo IN inputloop %]
435
                                                [% FOREACH inputloo IN inputloop %]
435
                                                    <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
436
                                                    <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
436
                                                    <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
437
                                                    <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
437
- 

Return to bug 38232