http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9965 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA comment: 1/ There are 3 tabulation characters: FAIL koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt FAIL forbidden patterns The patch introduces a forbidden pattern: tabulation character (73) The patch introduces a forbidden pattern: withespace character (74) The patch introduces a forbidden pattern: tabulation character (15) 2/ The conditional test in reports-home.tt should be [% IF UseKohaPlugins && CAN_user_plugins_report && plugins %] Otherwise a single h2 title is displayed. 3/ Why do you change "Report plugins" with "Other reports" while a "Others" already exists? Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes.