[Koha-bugs] [Bug 18478] Some notices sent via SMS gateway fail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 18 17:05:55 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18478

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This:

  $message->{to_address} = $message->{to_address} ? $message->{to_address} :
$member->{'smsalertnumber'};

is actually:

  $message->{to_address} ||= $member->{smsalertnumber};

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


More information about the Koha-bugs mailing list