[Koha-bugs] [Bug 6810] Send membership expiry reminder notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 2 18:08:34 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6810

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #20 from Owen Leonard <oleonard at myacpl.org> ---
>     5) Go to your koha database and check message_queue table you see some
> results.

I confirm that the correct message has been added to the queue, but it doesn't
contain an email address in the to_address column. Checking
membership_expiry.pl it looks like it doesn't pass a "to_address" at all:

C4::Letters::EnqueueLetter( {  letter               => $letter,
    borrowernumber       =>  $recent->{'borrowernumber'},
    from_address           => $from_address,
    message_transport_type => 'email',
} );

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list