[Koha-bugs] [Bug 21201] C4::Items - Remove GetItemnumbersForBiblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 10 16:59:50 CEST 2018


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 77685
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77685&action=edit
Bug 21201: Replace C4::Items::GetItemnumbersForBiblio calls

Those calls to C4::Items::GetItemnumbersForBiblio can be replaced with
    my @itemnumbers = Koha::Items->search({ biblionumber =>
$biblionumber})->get_column("itemnumber")

Test plan:
- Use the GetAvailability service of ILS-DI
- Try to place a hold on an item that is available and another one
- Use the batch record deletion tool to remove record with and without items.

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


More information about the Koha-bugs mailing list