@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/circ/reserveratios.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt @@ -54,12 +54,12 @@ Holds Items Hold ratio - Title + Title Home libraries Holding libraries Location Itype - Call numbers + Call numbers Items needed @@ -196,8 +196,8 @@ KohaTable("holdst", { "aaSorting": [ [2,'desc'], [3,'asc'] ], "aoColumnDefs": [ - { "aTargets": [ 8 ], "sType": "natural" }, - { "aTargets": [ 3 ], "sType": "anti-the" }, + { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, + { "sType": "natural", "aTargets" : [ "natural" ] }, ], "sPaginationType": "full", "autoWidth": false --