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

(-)a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js (-3 / +1 lines)
Lines 5-12 $(document).ready(function() { Link Here
5
    $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
5
    $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
6
        "aoColumnDefs": [
6
        "aoColumnDefs": [
7
            { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
7
            { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
8
            { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
8
            { "sType": "anti-the", "aTargets" : [ "anti-the" ] }
9
            { "sType": "title-string", "aTargets" : [ "title-string" ] }
10
        ],
9
        ],
11
        "sPaginationType": "full",
10
        "sPaginationType": "full",
12
        "aaSorting": []
11
        "aaSorting": []
13
- 

Return to bug 27982