Lines 114-120
Link Here
|
114 |
|
114 |
|
115 |
[% UNLESS ( renew ) %] |
115 |
[% UNLESS ( renew ) %] |
116 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
116 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
117 |
<input type="hidden" name="op" value="checkout" /> |
117 |
<input type="hidden" name="op" value="renew" /> |
118 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
118 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
119 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
119 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
120 |
<input type="hidden" name="confirmed" value="1" /> |
120 |
<input type="hidden" name="confirmed" value="1" /> |
Lines 122-128
Link Here
|
122 |
</form> |
122 |
</form> |
123 |
[% ELSE %] |
123 |
[% ELSE %] |
124 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
124 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
125 |
<input type="hidden" name="op" value="checkout" /> |
125 |
<input type="hidden" name="op" value="renew" /> |
126 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
126 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
127 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
127 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
128 |
<input type="hidden" name="confirmed" value="1" /> |
128 |
<input type="hidden" name="confirmed" value="1" /> |
Lines 278-284
Link Here
|
278 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
278 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
279 |
<input type="hidden" name="barcode" value="[% ISSUE.barcode %]" /> |
279 |
<input type="hidden" name="barcode" value="[% ISSUE.barcode %]" /> |
280 |
[% IF ISSUE.can_be_renewed %] |
280 |
[% IF ISSUE.can_be_renewed %] |
281 |
<input type="hidden" name="op" value="checkout" /> |
281 |
<input type="hidden" name="op" value="renew" /> |
282 |
<input type="hidden" name="confirmed" value="1" /> |
282 |
<input type="hidden" name="confirmed" value="1" /> |
283 |
[% UNLESS ( ISSUE.renew ) %] |
283 |
[% UNLESS ( ISSUE.renew ) %] |
284 |
<input type="submit" value="Renew item" name="confirm " class="btn renew" /> |
284 |
<input type="submit" value="Renew item" name="confirm " class="btn renew" /> |