Lines 174-180
$(document).ready(function() {
Link Here
|
174 |
|
174 |
|
175 |
[% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout or checkout_info.HIGHHOLDS ) %] |
175 |
[% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout or checkout_info.HIGHHOLDS ) %] |
176 |
[% IF checkout_info.RESERVED || checkout_info.RESERVE_WAITING %] <!-- arbitrary choice, revert the reserve is not possible--> |
176 |
[% IF checkout_info.RESERVED || checkout_info.RESERVE_WAITING %] <!-- arbitrary choice, revert the reserve is not possible--> |
177 |
<p>The hold will be canceled.</p> |
177 |
<p>The hold will be cancelled.</p> |
178 |
[% END %] |
178 |
[% END %] |
179 |
[% END %] |
179 |
[% END %] |
180 |
</p> |
180 |
</p> |
Lines 253-258
$(document).ready(function() {
Link Here
|
253 |
|
253 |
|
254 |
[% IF confirmation_needed && CAN_user_circulate_force_checkout %] |
254 |
[% IF confirmation_needed && CAN_user_circulate_force_checkout %] |
255 |
<h3>Please confirm checkout</h3> |
255 |
<h3>Please confirm checkout</h3> |
|
|
256 |
<input type="hidden" name="cancelreserve" value="cancel" /> |
256 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
257 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
257 |
<input type="hidden" name="issueconfirmed" value="1" /> |
258 |
<input type="hidden" name="issueconfirmed" value="1" /> |
258 |
<input type="hidden" name="debt_confirmed" value="1" /> |
259 |
<input type="hidden" name="debt_confirmed" value="1" /> |
259 |
- |
|
|