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

            Bug ID: 18398
           Summary: CHECKIN/CHECKOUT/RENEWAL don't use
                    AutoEmailPrimaryAddress but first valid e-mail
 Change sponsored?: ---
           Product: Koha
           Version: 3.22
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

If the system preference AutoEmailPrimaryAddress is set to alternate or work
this e-mail addresses should be used to send out all emails.

This works for most notices, but sadly not for CHECKIN, CHECKOUT and RENEWAL
notices. 

http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Message.pm;hb=7d35bdf58a0bcebab20df47b50b249cafe12ddb6#l178
sub _to_address is hardcoded to use the first e-mail field that is set in the
patron record.

It should follow the AutoEmailPrimaryAddress setting instead.

Bug 12802 fixed it, but it's a new feature. Woudl still be good to fix this
especially for stable releases.

-- 
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]
http://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