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 19055 - GetReservesToBranch is not used
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