9 Jan
2014
9 Jan
'14
9:56 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10845 --- Comment #15 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- If I have had email and sms defined, but subsequently removed those contact details, I suspect this condition brings falsehood: if ( ($mtt eq 'email' and not $to_address) or ($mtt eq 'sms' and not $borrower->{smsalertnumber}) ) { $to_address and $borrower->{smsalertnumber} are defined as empty Strings and validate true in Perl. Thus I have been unable to trigger the double print notification bug, but instead got sms and email notifications with destination of '' == empty String -- You are receiving this mail because: You are watching all bug changes.