Lines 52-57
$(document).ready(function () {
Link Here
|
52 |
$("#barcode").prop("disabled", false).focus(); |
52 |
$("#barcode").prop("disabled", false).focus(); |
53 |
}); |
53 |
}); |
54 |
|
54 |
|
|
|
55 |
$(".modal").on('hidden.bs.modal', function (e) { $("#barcode").focus(); }); |
56 |
|
55 |
[% IF print_slip %] |
57 |
[% IF print_slip %] |
56 |
Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&biblionumber=[% biblionumber %]'); |
58 |
Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&biblionumber=[% biblionumber %]'); |
57 |
[% END %] |
59 |
[% END %] |
Lines 340-346
$(document).ready(function () {
Link Here
|
340 |
<div class="modal-footer"> |
342 |
<div class="modal-footer"> |
341 |
<input type="hidden" name="cancel_reserve" value="0" /> |
343 |
<input type="hidden" name="cancel_reserve" value="0" /> |
342 |
|
344 |
|
343 |
<button type="submit" class="btn btn-default approve"> |
345 |
<button type="submit" class="btn btn-default approve" data-dismiss="modal"> |
344 |
<i class="fa fa-check"></i> Confirm |
346 |
<i class="fa fa-check"></i> Confirm |
345 |
</button> |
347 |
</button> |
346 |
|
348 |
|
347 |
- |
|
|