|
Lines 131-137
function checkMultiHold() {
Link Here
|
| 131 |
|
131 |
|
| 132 |
$('#hold-request-form').preventDoubleFormSubmit(); |
132 |
$('#hold-request-form').preventDoubleFormSubmit(); |
| 133 |
|
133 |
|
| 134 |
[% UNLESS ( borrowernumber || borrower_list ) %] |
134 |
[% UNLESS ( borrowernumber || borrower_list || noitems ) %] |
| 135 |
[% IF ( CircAutocompl ) %] |
135 |
[% IF ( CircAutocompl ) %] |
| 136 |
$( "#patron" ).autocomplete({ |
136 |
$( "#patron" ).autocomplete({ |
| 137 |
source: "/cgi-bin/koha/circ/ysearch.pl", |
137 |
source: "/cgi-bin/koha/circ/ysearch.pl", |
| 138 |
- |
|
|