Bug 17728

Summary: [Omnibus] Move C4::Reserves code to the Koha namespace
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: 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:
Bug Depends on: 17729, 17736, 17737, 17738, 19025, 19055, 19056, 19057, 19058, 19059, 19299, 19300, 19301, 29869, 30825    
Bug Blocks: 15449, 30856    

Description Jonathan Druart 2016-12-06 11:09:29 UTC

    
Comment 1 Jonathan Druart 2016-12-06 11:14:07 UTC
Bug 17729 - Move IsItemOnHoldAndFound to Koha::Holds
Comment 2 Jonathan Druart 2016-12-07 14:48:45 UTC
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
Comment 3 Jonathan Druart 2017-08-02 14:45:35 UTC
Bug 19025 - Move C4::Reserves::GetReserveInfo to Koha::Holds
Comment 4 Jonathan Druart 2017-08-07 20:24:42 UTC
Bug 19055 - GetReservesToBranch is not used
Comment 5 Jonathan Druart 2017-08-07 20:45:59 UTC
Bug 19056 - Move C4::Reserves::GetReserveCount to the Koha namespace
Comment 6 Jonathan Druart 2017-08-07 20:55:59 UTC
Bug 19057 - Move C4::Reserves::GetReserve to the Koha namespace
Comment 7 Jonathan Druart 2017-08-07 21:11:59 UTC
Bug 19058 - Move C4::Reserves::GetReserveId to Koha::Holds
Comment 8 Jonathan Druart 2017-08-07 21:12:07 UTC
Bug 19059 - Move C4::Reserves::CancelReserve to the Koha::Hold->cancel
Comment 9 Jonathan Druart 2017-09-12 21:34:43 UTC
Bug 19299 - Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting
Comment 10 Jonathan Druart 2017-09-12 21:37:00 UTC
Bug 19300 - Move C4::Reserves::OPACItemHoldsAllowed to the code namespace


Bug 19301 - Move C4::Reserves::OnShelfHoldsAllowed to the code namespace
Comment 11 Tomás Cohen Arazi 2022-05-20 14:58:47 UTC
Bug 30825 - Get rid of GetReservesControlBranch