13 Sep
2022
13 Sep
'22
8:46 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28553 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (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.