https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22393 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 95326 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95326 Bug 22393: (follow-up) Handle deleted items Review of attachment 95326: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22393&attachment=95326) ----------------------------------------------------------------- ::: members/maninvoice.pl @@ +103,5 @@
$item_id = $item->itemnumber; } else { + my $old_itemnumber = $dbh->selectrow_array( + "SELECT itemnumber FROM deleted_items WHERE barcode=?",
deleted_items? -- You are receiving this mail because: You are watching all bug changes.