https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39139
Bug ID: 39139
Summary: SIP2 patron lookups can fail if no active currency is
set
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: SIP2
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
If no active currency is set, SIIP2 patron information lookups can fail to
return a response. This was observed for message 23 responses, but probably
also affects message 63 responses.
The problem is line 128 of C4/SIP/ILS/Patron.pm:
my $currency = substr Koha::Acquisition::Currencies->get_active->currency, 0,
3;
If no currency is active, an exception is thrown and the SIP protocol loop
terminates.
This likely affects all releases that include the patches for bug 23426
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/