Summary: | Make SIP2 log missing active currency | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | SIP2 | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | ||
Version: | Main | ||
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
Magnus Enger
2025-05-30 08:37:52 UTC
Sorry, it looks like we never return from this: my $currency = substr Koha::Acquisition::Currencies->get_active->currency, 0, 3; when no currency is set to active, so my naive suggestion won't work. |