21 Jan
2025
21 Jan
'25
11:04 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38375 --- Comment #12 from Magnus Enger <magnus@libriotech.no> --- Sounds like this is the problem, then: # Get the mapping and split on newlines my $raw_map = C4::Context->preference('SIP2SortBinMapping'); return unless $raw_map; @lines = split /\r\n/, $raw_map; https://git.koha-community.org/Koha-community/Koha/src/commit/bb2e88a1e3ebbe... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.