Bug 30087 - Checkout on ILL hangs on when statistical patron(s) don't have a cardnumber
Summary: Checkout on ILL hangs on when statistical patron(s) don't have a cardnumber
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-12 23:40 UTC by George Veranis
Modified: 2023-01-13 13:39 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Veranis 2022-02-12 23:40:02 UTC
When I try to do a check-out for an item on ILL process , Koha tries to go to /cgi-bin/koha/ill/ill-requests.pl?method=check_out&illrequest_id=XX but if the library has at least a patron on statistical category without cardnumber, then I get "The timeout specified has expired" and "AH00898: Error reading from remote server returned by /cgi-bin/koha/ill/ill-requests.pl" and if you use plack you get finally Proxy error, without any other explanation or something on logs. 

At line 1116 at Illrequest.pm
where gather all statistical patrons, it should search only for those with cardnumber otherwise will faill on the other side of tt .