@@ -, +, @@ with nosort --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -215,7 +215,7 @@ - Checked out on + Checked out on Title Call no. Due @@ -361,7 +361,7 @@ "aaSorting": [ 0 ], "aoColumnDefs": [ { "aTargets": [ "nosort" ], "bSortable": false, "bSearchable": false }, - { "aTargets": [ "no-show" ], "bVisible": false, "bSearchable": false }, + { "aTargets": [ "noshow" ], "bVisible": false, "bSearchable": false }, { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, { "sType": "title-string", "aTargets" : [ "title-string" ] } ] --