Bug 25753 - Replace transferbook in circ/branchtransfers with Koha::Object method calls
Summary: Replace transferbook in circ/branchtransfers with Koha::Object method calls
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: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 22161
  Show dependency treegraph
 
Reported: 2020-06-15 14:42 UTC by Martin Renvoize
Modified: 2024-01-08 12:36 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 2020-06-15 14:42:24 UTC
C4::Circulation::transferbook should be deprecated and ModItemTransfer used directly instead (Eventually ModItemTransfer should also be removed and replaced by various called to Koha::Item->request_transfer and Koha::Item::Transfer->$methods).
Comment 1 Joonas Kylmälä 2022-08-29 19:03:35 UTC
Martin, Any status update? I'm thinking whether to work on this, unless you have some plans already.