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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-2 / +1 lines)
Lines 336-342 Link Here
336
    <script>
336
    <script>
337
        $("#illrequestlist").kohaTable({
337
        $("#illrequestlist").kohaTable({
338
            columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
338
            columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
339
            order: [[3, "desc"]],
339
            order: [[0, "desc"]],
340
        });
340
        });
341
        $("#backend-dropdown-options").removeClass("nojs");
341
        $("#backend-dropdown-options").removeClass("nojs");
342
        [% IF services_json.length > 0 %]
342
        [% IF services_json.length > 0 %]
343
- 

Return to bug 39450