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

--- Comment #20 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
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/

Reply via email to