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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-2 lines)
Lines 195-201 Link Here
195
195
196
[% IF ( departments ) %]
196
[% IF ( departments ) %]
197
    [% MACRO jsinclude BLOCK %]
197
    [% MACRO jsinclude BLOCK %]
198
        [% INCLUDE 'js-patron-format.inc' %]
199
        <script>
198
        <script>
200
            $(document).ready(function () {
199
            $(document).ready(function () {
201
                patron_autocomplete($("#find_instructor"), {
200
                patron_autocomplete($("#find_instructor"), {
202
- 

Return to bug 40958