http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7678 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 comments: 1/ In the routine "calculate", the variables $line and $digit have to be escaped. 2/ Maybe this line: for (my $i = 0; $i <= scalar @$filters; $i++) { could be replaced with for my $i ( 0 .. scalar @$filters ) { For more readability (not mandatory) :) Marked as Failed QA for 1 -- You are receiving this mail because: You are watching all bug changes.