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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-2 / +2 lines)
Lines 14-19 $(document).ready(function() { Link Here
14
    $('#patrons_to_add_fieldset').hide();
14
    $('#patrons_to_add_fieldset').hide();
15
15
16
        $('#patron-list-table').dataTable($.extend(true, {}, dataTablesDefaults, {
16
        $('#patron-list-table').dataTable($.extend(true, {}, dataTablesDefaults, {
17
            "order": [[ 3, "asc" ]],
17
            "aoColumns": [
18
            "aoColumns": [
18
                null,null,null,null,null,null,null,{ "sType": "title-string" },null
19
                null,null,null,null,null,null,null,{ "sType": "title-string" },null
19
            ],
20
            ],
Lines 111-117 $(document).ready(function() { Link Here
111
                    <tr>
112
                    <tr>
112
                        <th>&nbsp;</th>
113
                        <th>&nbsp;</th>
113
                        <th>Card</th>
114
                        <th>Card</th>
114
                        <th>Firstname</th>
115
                        <th>First name</th>
115
                        <th>Surname</th>
116
                        <th>Surname</th>
116
                        <th>Address</th>
117
                        <th>Address</th>
117
                        <th>Category</th>
118
                        <th>Category</th>
118
- 

Return to bug 15196