@@ -, +, @@ numeric values as text --- .../prog/en/modules/circ/reserveratios.tt | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt @@ -15,21 +15,10 @@ function () { $(this).toggleClass("ulined") } ); $("#holdst").dataTable($.extend(true, {}, dataTablesDefaults, { - "aaSorting": [ [0,'desc'], [3,'asc'] ], + "aaSorting": [ [2,'desc'], [3,'asc'] ], "aoColumnDefs": [ - { "aTargets": [ 8 ], "sType": "natural" }, - { "aTargets": [ 3 ], "sType": "anti-the" } - ], - "aoColumns": [ - null, - null, - null, - { "sType": "anti-the" }, - null, - null, - null, - null, - null + { "aTargets": [ 0,1,2,8 ], "sType": "natural" }, + { "aTargets": [ 3 ], "sType": "anti-the" }, ], "sPaginationType": "four_button" })); --