[Koha-bugs] [Bug 24043] ILL module can't show requests from more than one backend

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 14 14:41:12 CET 2019


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

--- Comment #3 from Magnus Enger <magnus at libriotech.no> ---
Looks like this has been fixed in master. In the example I looked at there was
a bunch of FreeForm requests, then a bunch of Libris Requests, if you look at
them in order of increasing illrequest_id. As long as the code was looping over
the early FreeForm requests, meta.settings.oInit.originalData[0].capabilities
contained only FreeForm statuses. When it came time to look at the Libris
erquests, meta.settings.oInit.originalData[0].capabilities contained both
FreeForm and Libris statuses, which ensures the status names can be displayed
correctly.

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