View | Details | Raw Unified | Return to bug 38306
Collapse All | Expand All

(-)a/misc/cronjobs/automatic_renewals.pl (-2 / +1 lines)
Lines 121-127 END_WARN Link Here
121
# Since advance notice options are not visible in the web-interface
121
# Since advance notice options are not visible in the web-interface
122
# unless EnhancedMessagingPreferences is on, let the user know that
122
# unless EnhancedMessagingPreferences is on, let the user know that
123
# this script probably isn't going to do much
123
# this script probably isn't going to do much
124
if ( !C4::Context->preference('EnhancedMessagingPreferences') ) {
124
if ( !C4::Context->preference('EnhancedMessagingPreferences') && $verbose ) {
125
    warn <<'END_WARN';
125
    warn <<'END_WARN';
126
126
127
The "EnhancedMessagingPreferences" syspref is off.
127
The "EnhancedMessagingPreferences" syspref is off.
128
- 

Return to bug 38306