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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt (-7 / +4 lines)
Lines 71-86 Link Here
71
71
72
    [% INCLUDE 'datatables.inc' %]
72
    [% INCLUDE 'datatables.inc' %]
73
    <script>
73
    <script>
74
        $(document).ready(function() {
74
        $(document).ready(function () {
75
            $('#pending_updates table').kohaTable({
75
            $("#pending_updates table").kohaTable({
76
                paging: false,
76
                paging: false,
77
                info: true,
77
                info: true,
78
                searching: true,
78
                searching: true,
79
                order: [[2, "asc"]],
79
                order: [[2, "asc"]],
80
                columnDefs: [
80
                columnDefs: [{ targets: -1, orderable: false }],
81
                    { targets: -1, orderable: false }
81
            });
82
                ],
83
            ));
84
        });
82
        });
85
    </script>
83
    </script>
86
[% END %]
84
[% END %]
87
- 

Return to bug 26553