https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38306 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Marcel de Rooy from comment #3)
What about:
my $send_notices_pref = C4::Context->preference('AutoRenewalNotices'); if ( $send_notices_pref eq 'cron' ) { warn <<'END_WARN';
The "AutoRenewalNotices" syspref is set to 'Follow the cron switch'. The send_notices switch for this script is deprecated, you should either set the preference to 'Never send emails' or 'Follow patron messaging preferences'
END_WARN
Sorry Marcel I wonder if there was more to add to your comment and it got left off? I don't understand the suggestion. Setting back to needs signoff. -- You are receiving this mail because: You are watching all bug changes.