https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28553
--- Comment #9 from David Cook <[email protected]> --- (In reply to David Cook from comment #7) > ::: misc/cronjobs/automatic_renewals.pl > @@ +234,5 @@ > > ); > > + for my $issue ( @{ $report{$borrowernumber} } ) { > > + my $item = $issue->item; > > + # Force sending of email and only email if pref is set to > > "cron" > > + my @transports = $send_notices_pref eq 'preferences' ? keys %{ > > $borrower_preferences->{'transports'} } : 'sms'; > > This is wrong. Instead of 'sms', it should be 'email'. I'll shortly attach a follow-up patch to fix this. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
