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 110-116 Link Here
110
            eTable = $("#enrollments-table").kohaTable({
110
            eTable = $("#enrollments-table").kohaTable({
111
                pagingType: "full",
111
                pagingType: "full",
112
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
112
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
113
                columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
114
            });
113
            });
115
        });
114
        });
116
    </script>
115
    </script>
117
- 

Return to bug 38984