Bug 36918

Summary: api/v1/ill_backends.t produces warnings
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Pedro Amorim <pedro.amorim>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 25515    

Description Jonathan Druart 2024-05-22 09:00:12 UTC
$ prove t/db_dependent/api/v1/ill_backends.t
t/db_dependent/api/v1/ill_backends.t .. Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2078.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2083.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2078.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2083.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2078.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2083.
Comment 1 Pedro Amorim 2024-05-22 13:41:07 UTC
This is fixed by the patches currently on bug 34838.

*** This bug has been marked as a duplicate of bug 34838 ***