https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41818 Bug ID: 41818 Summary: SIP2 message in AF field should be stripped of newlines and carriage returns Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: SIP2 Assignee: jake.deery@openfifth.co.uk Reporter: jake.deery@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org CC: hdunne-howrie@westminster.gov.uk SIP2 places patron messages in the AF field, to be displayed on the unit, should a staff member wish them to be seen. The field in the staff client accepts multi-line input, but SIP2 units generally use either newline, carriage return, or both, as an indicator of the end of a message. There should be a message_without_newlines method under Koha::Patron::Message to handle scenarios like this, where the newlines are not desirable. -- You are receiving this mail because: You are watching all bug changes.