http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8454 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA Comments: Your patch is the same as if ( 1 ){} I think a better way to do this is : my $run_report = ( not defined $input->param('run_report') ) ? 1 : $input->param('run_report'); If someone wants to load this page without running the report it is possible. -- You are receiving this mail because: You are watching all bug changes.