https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22219 Bug ID: 22219 Summary: C4::Biblio->GetItemsForInventory can return wrong count / duplicated items when skipping waiting holds Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- The SQL does a left join to reserves ON (itemnumber) If there are multiple item-specific holds we will get multiple results for a biblio Discovered while running tests on bug 21798 To recreate: 1 - place several holds on a specific item 2 - prove -v t/db_dependent/Items/GetItemsForInventory 3 - It fails -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.