https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38306 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (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
Lets consider this out of scope for now. It is not related to EnhancedMessaging. It was just a question if we should add verbose here too. Never mind. -- You are receiving this mail because: You are watching all bug changes.