https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43058 Bug ID: 43058 Summary: Remove C4::Items::get_hostitemnumbers_of in favor of Koha::Biblio->host_items Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org Depends on: 42563 Target Milestone: --- C4::Items::get_hostitemnumbers_of duplicates logic now available via Koha::Biblio->host_items (which uses the MetadataExtractor internally, added in Bug 42563). Remaining callers to migrate: - C4/Reserves.pm - C4/ILSDI/Services.pm - reserve/request.pl - t/db_dependent/Items.t Once all callers are migrated, the function can be removed from C4::Items. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42563 [Bug 42563] Implement Koha::Biblio->host_items using MetadataExtractor -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.