[Koha-bugs] [Bug 23404] Circulation::TooMany error on itemtype when at biblio level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 31 16:49:36 CEST 2019


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

--- Comment #5 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
18.11.x needs to add to C4::Circulation::CanBookBeIssued :

    my $item_object = Koha::Items->find({barcode => $barcode });
after
    my $item = GetItem(undef, $barcode );

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list