http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14504 --- Comment #20 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 44013 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44013 Bug 14504 QA Fixes -- use TestBuilder, remove do_not_commit Review of attachment 44013: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14504&attachment=44013) ----------------------------------------------------------------- ::: C4/Items.pm @@ +2378,2 @@
+ DelItemCheck( $dbh, $biblionumber, $itemnumber );
$dbh shouldn't pass as a parameter. @@ +2381,4 @@
=cut
sub DelItemCheck { + my ( $dbh, $biblionumber, $itemnumber ) = @_;
$dbh shouldn't pass as a parameter. -- You are receiving this mail because: You are watching all bug changes.