Bug 40677

Summary: Link to ILL requests from result list doesn't respect ILLOpacbackends
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: ILLAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: clemens.tubach, lisette, michaela.sieber, pedro.amorim, tomascohen
Version: 24.11   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2025-08-20 11:33:28 UTC
In our setup we only offer the ILL request form of our own backend and don't want the user to be able to choose between Standard and our backend form.

This works well, with the exception of the link from the result lists "no results" page when logged in. 

To test:
* Install any additional ILL backend and activate ILL
* Set ILLOpacbackends to the additional backend
* Log into OPAC
* Search nonsense
* Click on the "Make an Interlibrary loan request" link
* You will have to choose the form to use between Standard and the installed backend, only the installed backend shoudl be offered.

Ideally if only one backend is active it should forward you to the right page for it. Our form is external, since requests are not made within Koha and we'd like redirect to the library specific ILL portal URL. 

But the main issue is the ability to add standard ILL requests.