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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (-2 lines)
Lines 111-117 Link Here
111
            eTable = $("#enrollments-table").kohaTable({
111
            eTable = $("#enrollments-table").kohaTable({
112
                pagingType: "full",
112
                pagingType: "full",
113
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
113
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
114
                columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
115
            });
114
            });
116
        });
115
        });
117
    </script>
116
    </script>
118
- 

Return to bug 38984