https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38375
--- Comment #9 from Lari Strand <[email protected]> --- It seems parsing the mappings break when there are more than one line of them defined in SIP2SortBinMapping syspref. This gets logged in case of more than one line of mappings: [2025/01/20 14:25:02] [3705123] [WARN] [email protected]: Malformed preference line found: 'LAPK:location:eq:MUV:02 LAPK:location:eq:AIV:03' at /home/koha/Koha/C4/SIP/ILS/Transaction/Checkin.pm line 282, <STDIN> line 2. If there is only one line, the line's mapping rule works and the CL field gets set accordingly. I tried to hunt down a commit that's breaking the parsing of the syspref but I only found bug 34737 that touches the sub _get_sort_bin and reverting the commits did not resolve the issue with multiple lines of sort mappings. -- 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/
