https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38375

--- Comment #12 from Magnus Enger <[email protected]> ---
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/bb2e88a1e3ebbed3d291cdf7450933aca0ff88ec/C4/SIP/ILS/Transaction/Checkin.pm#L264

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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/

Reply via email to