18 May
2017
18 May
'17
5:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18478 --- Comment #9 from Jonathan Druart <jonathan.druart@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.