Bug 35739 - Replace ModItemTransfer calls in C4::SIP::ILS::Transaction::Checkin
Summary: Replace ModItemTransfer calls in C4::SIP::ILS::Transaction::Checkin
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 25754
  Show dependency treegraph
 
Reported: 2024-01-09 13:33 UTC by Martin Renvoize
Modified: 2024-01-09 13:33 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2024-01-09 13:33:57 UTC
ModItemTransfer is slowly getting removed and replaced by calls to the relevant Koha::Item and Koha::Item::Transfer methods.