http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3387
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |m --- Comment #19 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
