Lines 367-372
Link Here
|
367 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
367 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
368 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]" /> |
368 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]" /> |
369 |
<input type="hidden" name="multiple_confirm" value="1" /> |
369 |
<input type="hidden" name="multiple_confirm" value="1" /> |
|
|
370 |
<input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> |
370 |
[% FOREACH inputloo IN inputloop %] |
371 |
[% FOREACH inputloo IN inputloop %] |
371 |
<input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> |
372 |
<input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> |
372 |
<input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> |
373 |
<input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> |