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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-6 / +2 lines)
Lines 108-117 $(document).ready(function() { Link Here
108
    });
108
    });
109
109
110
    var table = $("#table_borrowers").dataTable($.extend(true, {}, dataTablesDefaults, {
110
    var table = $("#table_borrowers").dataTable($.extend(true, {}, dataTablesDefaults, {
111
        "aoColumnDefs": [
111
        "aaSorting": [ 0, "asc" ],
112
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
113
        ],
114
        "aaSorting": [ 2, "asc" ],
115
        "sDom": "t",
112
        "sDom": "t",
116
        "iDisplayLength": -1
113
        "iDisplayLength": -1
117
    }));
114
    }));
Lines 577-583 No patron matched <span class="ex">[% message %]</span> Link Here
577
        <thead>
574
        <thead>
578
            <tr>
575
            <tr>
579
                <th>Name</th>
576
                <th>Name</th>
580
                <th>Cardnumber</th>
577
                <th>Card number</th>
581
                <th>Category</th>
578
                <th>Category</th>
582
                <th>Library</th>
579
                <th>Library</th>
583
                <th>Address</th>
580
                <th>Address</th>
584
- 

Return to bug 16334