Lines 409-414
Link Here
|
409 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
409 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
410 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]" /> |
410 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]" /> |
411 |
<input type="hidden" name="multiple_confirm" value="1" /> |
411 |
<input type="hidden" name="multiple_confirm" value="1" /> |
|
|
412 |
<input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> |
412 |
[% FOREACH inputloo IN inputloop %] |
413 |
[% FOREACH inputloo IN inputloop %] |
413 |
<input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> |
414 |
<input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> |
414 |
<input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> |
415 |
<input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> |
415 |
- |
|
|