Summary: | [Omnibus] Move C4::Reserves code to the Koha namespace | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | ASSIGNED --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 29869, 30856, 17729, 17736, 17737, 17738, 19025, 19055, 19056, 19057, 19058, 19059, 19299, 19300, 19301, 30825, 37868 | ||
Bug Blocks: | 15449 |
Description
Jonathan Druart
2016-12-06 11:09:29 UTC
Bug 17729 - Move IsItemOnHoldAndFound to Koha::Holds Bug 17736 - Move GetReservesFromBiblionumber to Koha::Biblio->get_holds Bug 17737 - Move GetReservesFromItemnumber to Koha::Item->get_holds Bug 17738 - Move GetReservesFromBorrowernumber to Koha::Patron->get_holds Bug 19025 - Move C4::Reserves::GetReserveInfo to Koha::Holds Bug 19056 - Move C4::Reserves::GetReserveCount to the Koha namespace Bug 19057 - Move C4::Reserves::GetReserve to the Koha namespace Bug 19058 - Move C4::Reserves::GetReserveId to Koha::Holds Bug 19059 - Move C4::Reserves::CancelReserve to the Koha::Hold->cancel Bug 19299 - Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting Bug 19300 - Move C4::Reserves::OPACItemHoldsAllowed to the code namespace Bug 19301 - Move C4::Reserves::OnShelfHoldsAllowed to the code namespace Bug 30825 - Get rid of GetReservesControlBranch |