http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15429 Bug ID: 15429 Summary: sub _parseletter should not change referenced values Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org In C4/Letters.pm, sub _parseletter changes values that are passed by reference. E.g. patron's expiry date can change from iso format to syspref format,leading to strange behaviour in the calling routines (see Bug 15423). -- You are receiving this mail because: You are watching all bug changes.