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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +2 lines)
Lines 461-467 Link Here
461
            [% IF borrowers %]
461
            [% IF borrowers %]
462
                let patron_table = KohaTable("borrowerst", {
462
                let patron_table = KohaTable("borrowerst", {
463
                    "order": [[ 1, "asc" ]],
463
                    "order": [[ 1, "asc" ]],
464
                    "autoWidth": false,
464
                    "autoWidth": true,
465
                    "scrollX": true,
465
                }, table_settings);
466
                }, table_settings);
466
467
467
                $("#selectallbutton").click(function() {
468
                $("#selectallbutton").click(function() {
468
- 

Return to bug 37730