https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37582 Bug ID: 37582 Summary: SIP2 responses can contain newlines when a patron has multiple debarments 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: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org This came up with a SIP vendor recently - when reading responses they were only getting part of a patron's information. It seemed to have been caused by patrons with multiple restrictions and a new line in the response The simple fix was: <screen_msg_regex find="\n" replace=" -- " /> We should possibly add this as an option rather than relying on regex -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.