@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt | 3 +-- koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 3 +-- koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt | 2 -- koha-tmpl/intranet-tmpl/prog/js/subscription-add.js | 1 - 4 files changed, 2 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt @@ -208,8 +208,7 @@ "sDom": 't', "aoColumnDefs": [ { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, - { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }, - { 'sType': "title-string", 'aTargets' : [ 'title-string'] } + { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } ], "bPaginate": false })); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -331,8 +331,7 @@ $('#subscription_years').tabs(); $(".subscription-year-table").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ 0,-1 ], "bSortable": false, "bSearchable": false }, - { "sType": "title-string", "aTargets" : [ "title-string" ] } + { "aTargets": [ 0,-1 ], "bSortable": false, "bSearchable": false } ], "aaSorting": [[0, 'desc']], "sDom": 't', --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt @@ -441,7 +441,6 @@ "order": [[ 2, "asc" ]], "aoColumnDefs": [ { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, - { "sType": "title-string", "aTargets" : [ "title-string" ] }, { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } ] })); @@ -460,7 +459,6 @@ "sPaginationType": "full", "aoColumnDefs": [ { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, - { "sType": "title-string", "aTargets" : [ "title-string" ] }, { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } ] })); --- a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js +++ a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js @@ -426,7 +426,6 @@ function mana_search() { ], "aoColumnDefs": [ { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, - { "sType": "title-string", "aTargets" : [ "title-string" ] }, { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } ] })); --