Bug 33604

Summary: Show both article_title and title in ILL module and OPAC
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: ILLAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: pedro.amorim
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2023-04-25 07:10:37 UTC
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.
Comment 1 Pedro Amorim 2024-04-02 15:54:46 UTC
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
Comment 2 Katrin Fischer 2024-04-02 20:58:29 UTC
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.