@@ -, +, @@ sort alphabetically, not chronologically --- .../prog/en/modules/reports/guided_reports_start.tt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -101,10 +101,8 @@ $("#delColumn").on("click",function(){ 'aoColumnDefs': [ { 'bSortable': false, 'bSearchable':false, 'aTargets': [0, -1] }, { 'bSearchable': false, 'aTargets': [3] }, - { "aTargets": [ 1, 2 ], "sType": "natural" } - ], - "aoColumns": [ - null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,null,null,[% IF (usecache) %]null,[% END %]null,null[% IF has_obsolete_reports %],null[% END %] + { "aTargets": [ 1, 2 ], "sType": "natural" }, + { "sType": "title-string", "aTargets" : [ "title-string" ] } ], 'oLanguage': { 'sZeroRecords': _("No matching reports found") @@ -387,9 +385,9 @@ canned reports and writing custom SQL reports.

Subgroup Notes Author - Creation date - Last edit - Last run + Creation date + Last edit + Last run Public [% IF (usecache) %] Cache expiry (seconds) [% END %] Saved results --