[Koha-bugs] [Bug 3387] WITHDRAWN items shouldn't check in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 22 10:29:07 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3387

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #19 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list