http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3387 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #19 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA Comment: This patch introduces a perlcritic's violation: Variable declared in conditional statement at line 1701, column 5. Declare variables outside of the condition. (Severity: 5) caused by the following line: my ($resfound, $resrec, undef) = C4::Reserves::CheckReserves( $item->{'itemnumber'} ) unless ( $item->{'wthdrawn'} ); Marked as Failed QA -- You are receiving this mail because: You are watching all bug changes.