[Koha-bugs] [Bug 30575] New: Returning an ILL item shouldn't just change the request status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 21 12:57:34 CEST 2022


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

            Bug ID: 30575
           Summary: Returning an ILL item shouldn't just change the
                    request status
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ILL
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com

In the context of more complex ILL backends, in which returning an item could
imply, for example, notifying an external source it is just not enough to call
$req->status('RET')->store

We should be calling something like ->backend_return instead, as we do with
other actions, and let the plugin handle it however they need to.

-- 
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