[Bug 39139] New: SIP2 patron lookups can fail if no active currency is set
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: koha-bugs@lists.koha-community.org Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org