https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22393
--- Comment #9 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
