Bug 31176

Summary: [Omnibus] Move holds logic to Koha namespace
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: tomascohen
Version: Main   
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:    
Bug Blocks: 15449    

Description Martin Renvoize 2022-07-18 13:59:56 UTC
We currently use use C4::Reserves::CanBookBeReserved and C4::Reserves::AddReserve heavily.. we should start migrating to Koha object methods in a similar fashion to how request_transfer was implemented and added to Koha::Item along with Koha::Item::Transfer(s) classes being added.
Comment 1 Katrin Fischer 2023-06-17 13:00:42 UTC
Looks a bit like a forgotten about omnibus bug, adding some links and stuff.