Lines 142-149
Link Here
|
142 |
|
142 |
|
143 |
<li>The patron has a debt of [% balance | $Price %].</li> |
143 |
<li>The patron has a debt of [% balance | $Price %].</li> |
144 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
144 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
|
|
145 |
[% INCLUDE 'csrf-token.inc' %] |
145 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]"/> |
146 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]"/> |
146 |
<input type="hidden" name="override_debt" value="1" /> |
147 |
<input type="hidden" name="override_debt" value="1" /> |
|
|
148 |
<input type="hidden" name="op" value="cud-renew" /> |
147 |
<button type="submit" class="approve"><i class="fa fa-check"></i>Renew checkout(s)</button> |
149 |
<button type="submit" class="approve"><i class="fa fa-check"></i>Renew checkout(s)</button> |
148 |
</form> |
150 |
</form> |
149 |
[% ELSIF error == "on_reserve" %] |
151 |
[% ELSIF error == "on_reserve" %] |