Lines 416-421
Link Here
|
416 |
); |
416 |
); |
417 |
result += ` |
417 |
result += ` |
418 |
<form name="checkout-transform" method="post" action="/cgi-bin/koha/circ/circulation.pl?borrowernumber=%s"> |
418 |
<form name="checkout-transform" method="post" action="/cgi-bin/koha/circ/circulation.pl?borrowernumber=%s"> |
|
|
419 |
[% INCLUDE 'csrf-token.inc' %] |
419 |
<input type="hidden" name="op" value="cud-checkout"/> |
420 |
<input type="hidden" name="op" value="cud-checkout"/> |
420 |
<input type="hidden" name="borrowernumber" value="%s"/> |
421 |
<input type="hidden" name="borrowernumber" value="%s"/> |
421 |
<input type="hidden" name="barcode" value="%s"/> |
422 |
<input type="hidden" name="barcode" value="%s"/> |
422 |
- |
|
|