@@ -, +, @@ --- .../prog/en/modules/reports/guided_reports_start.tt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 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 @@ -97,7 +97,6 @@ $("#delColumn").on("click",function(){ { "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 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 %] ], 'oLanguage': { @@ -174,7 +173,7 @@ $("#delColumn").on("click",function(){ var report_id = $(this).data("report_id"); var page = $(this).attr("href"); $("#update_sql .modal-body").load(page + " div"); - $('#update_sql').modal({show:true}); + $('#update_sql').modal('show'); $("#update_sql_button").attr("href", "/cgi-bin/koha/reports/guided_reports.pl?phase=Use saved&op=convert&report_id=" + report_id); }); $("#update_sql").on("hidden", function(){ @@ -282,7 +281,9 @@ $("#delColumn").on("click",function(){ [% END %] -