Bug 31176 - [Omnibus] Move holds logic to Koha namespace
Summary: [Omnibus] Move holds logic to Koha namespace
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 15449
  Show dependency treegraph
 
Reported: 2022-07-18 13:59 UTC by Martin Renvoize
Modified: 2023-06-17 13: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 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.