[Koha-bugs] [Bug 24295] New: C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 23 09:38:41 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24295

            Bug ID: 24295
           Summary: C4::Circulation::GetTransfers should be removed, use
                    Koha::Item->get_transfer instead
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

We've had a get_transfer method in the Koha::Item object which replicates this
function. 

We should convert all uses of GetTransfers to use the newer Koha::Object based
method and remove the original method.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list