View | Details | Raw Unified | Return to bug 11832
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
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
- 

Return to bug 11832