Lines 403-408
Link Here
|
403 |
); |
403 |
); |
404 |
result += ` |
404 |
result += ` |
405 |
<form name="checkout-transform" method="post" action="/cgi-bin/koha/circ/circulation.pl?borrowernumber=%s"> |
405 |
<form name="checkout-transform" method="post" action="/cgi-bin/koha/circ/circulation.pl?borrowernumber=%s"> |
|
|
406 |
[% INCLUDE 'csrf-token.inc' %] |
406 |
<input type="hidden" name="op" value="cud-checkout"/> |
407 |
<input type="hidden" name="op" value="cud-checkout"/> |
407 |
<input type="hidden" name="borrowernumber" value="%s"/> |
408 |
<input type="hidden" name="borrowernumber" value="%s"/> |
408 |
<input type="hidden" name="barcode" value="%s"/> |
409 |
<input type="hidden" name="barcode" value="%s"/> |
409 |
- |
|
|