[Koha-bugs] [Bug 10845] Multi transport types for holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 9 09:56:35 CET 2014


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

--- Comment #15 from Olli-Antti Kivilahti <olli-antti.kivilahti at 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.


More information about the Koha-bugs mailing list