[Koha-bugs] [Bug 12802] Sent notices using several email addresses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 3 14:15:51 CEST 2015


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

--- Comment #41 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Letters.t tests are ok without the patch, but Reserves.t are not. (cf
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12802#c36 ).

This is because when sending a print message, if the email address is not
gathered, this loop in C4::Letters::EnqueueLetter is never entered:

for my $to_address ( @to_addresses ) {
  $rs->create({
  ...
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list