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

Owen Leonard <[email protected]> changed:

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

--- Comment #20 from Owen Leonard <[email protected]> ---
>     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.
_______________________________________________
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