https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40055 Bug ID: 40055 Summary: C4::Reserves::MoveReserve should be passed objects Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement 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 The `MoveReserve` method is called once, in `AddIssue`. The latter has the related `Koha::Item` object already fetched from the DB, but it passed the `itemnumber` which is used by `MoveReserve` to fetch the item from the DB. This should not happen. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.