[Koha-bugs] [Bug 14504] Add command-line script to batch delete items based on lost/withdrawn statuses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 27 09:23:48 CET 2015


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

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


More information about the Koha-bugs mailing list