diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt index 00922b2648..3bb679fe9f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt +++ b/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