http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3619 Summary: C4::Letters::_send_message_by_email does not obey AutoEmailPrimaryAddress Product: Koha Version: HEAD Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P3 Component: Architecture, internals, and plumbing AssignedTo: dbavousett@ptfs.com ReportedBy: dbavousett@ptfs.com Estimated Hours: 0.0 Change sponsored?: --- Customer set AutoEmailPrimaryAddress to "emailpro", then populated emailpro, thinking that notices would then go to the email address specified in that field. However, C4::Letters::_send_message_by_email is only capable of using the email field. This enhancement would cause C4::Letters::_send_message_by_email to obey the syspref. This is an interim solution; the long-term Right Thing would probably be to create a syspref (or modify the existing one) to allow for a library-selectable hierarchy--a list of potential email address fields to use. I therefore suggest leaving this bug ASSIGNED, until the better solution can be implemented. Patch forthcoming shortly. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.