3 Jun
2015
3 Jun
'15
2:15 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12802 --- Comment #41 from Matthias Meusburger <matthias.meusburger@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.