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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/