Bug 25753

Summary: Replace transferbook in circ/branchtransfers with Koha::Object method calls
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Martin Renvoize <martin.renvoize>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: joonas.kylmala
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: 22161    

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.