Bug 17728 - [Omnibus] Move C4::Reserves code to the Koha namespace
Summary: [Omnibus] Move C4::Reserves code to the Koha namespace
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 17729 17736 17737 17738 19025 19055 19056 19057 19058 19059 19299 19300 19301 29869 30825
Blocks: 15449 30856
  Show dependency treegraph
 
Reported: 2016-12-06 11:09 UTC by Jonathan Druart
Modified: 2023-06-25 21:00 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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