[Koha-bugs] [Bug 18398] New: CHECKIN/CHECKOUT/RENEWAL don' t use AutoEmailPrimaryAddress but first valid e-mail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 7 15:08:04 CEST 2017


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: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

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.


More information about the Koha-bugs mailing list