https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38306
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Signed Off |Failed QA --- Comment #3 from Marcel de Rooy <[email protected]> --- 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 -- 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/
