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

(-)a/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js (-2 / +1 lines)
Lines 7-13 $(document).ready(function() { Link Here
7
        {
7
        {
8
            "aaSorting": [ 0, "asc" ],
8
            "aaSorting": [ 0, "asc" ],
9
            "sDom": "t",
9
            "sDom": "t",
10
            "iDisplayLength": -1
10
            "pageLength": -1
11
        },
11
        },
12
        columns_settings_borrowers_table, null);
12
        columns_settings_borrowers_table, null);
13
});
13
});
14
- 

Return to bug 29193