|
Lines 204-210
function Dopop(link) {
Link Here
|
| 204 |
[% FOREACH inputloo IN inputloop %] |
204 |
[% FOREACH inputloo IN inputloop %] |
| 205 |
<input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" /> |
205 |
<input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" /> |
| 206 |
<input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> |
206 |
<input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> |
| 207 |
<input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.bornum %]" /> |
207 |
<input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.borrowernumber %]" /> |
| 208 |
[% END %] |
208 |
[% END %] |
| 209 |
<input type="hidden" name="barcode" value="0" /> |
209 |
<input type="hidden" name="barcode" value="0" /> |
| 210 |
</form> </div> |
210 |
</form> </div> |
| 211 |
- |
|
|