@@ -, +, @@ 'natural' --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt @@ -196,7 +196,7 @@ KohaTable("holdst", { "aaSorting": [ [2,'desc'], [3,'asc'] ], "aoColumnDefs": [ - { "aTargets": [ 0,1,2,8 ], "sType": "natural" }, + { "aTargets": [ 8 ], "sType": "natural" }, { "aTargets": [ 3 ], "sType": "anti-the" }, ], "sPaginationType": "full", --