[Koha-bugs] [Bug 22393] Remove last remaining manualinvoice use

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 5 11:49:01 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22393

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


More information about the Koha-bugs mailing list