[Koha-bugs] [Bug 27281] New: Replace call to `C4::Circulation::DeleteTransfer` with `Koha::Item::Transfer->cancel({ comment => $comment })` in `C4::Circulation::LostItem`

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 18 18:22:45 CET 2020


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

            Bug ID: 27281
           Summary: Replace call to `C4::Circulation::DeleteTransfer` with
                    `Koha::Item::Transfer->cancel({ comment => $comment
                    })` in `C4::Circulation::LostItem`
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

We should remove C4::Circulation::DeleteTransfer.

We can use Koha::Item::Transfer->cancel in preference to it.

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


More information about the Koha-bugs mailing list