The ILL module will sometimes show the article title as title when one exists. This has led to quite some confusion. We should always show both, the article title and the title of the item the article is from (source). One place this is missing is the detail pages of ILL requests in OPAC and staff interface.
Hi Katrin, using FreeForm, journal article, adding a title and an article title, both show for the detail pages: Staff: http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=1 OPAC: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?op=view&illrequest_id=1 What backend are you using when experiencing this? I believe the backend needs to implement the 'metadata' method and return the canonical values from the key/value illrequestattributes store. See https://github.com/PTFS-Europe/koha-ill-freeform/blob/master/Base.pm#L144 And https://github.com/PTFS-Europe/koha-ill-freeform/blob/master/Base.pm#L925
We are using this one: https://gitlab.com/thekesolutions/plugins/koha-plugin-slnp-ill I am not sure how the display is generated, but I think our mappings should at east be correct in the database, as we are seeing all information correctly on the ILL requests list in the ILL module.