https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24043 --- Comment #3 from Magnus Enger <magnus@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.