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

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +1 lines)
Lines 362-368 my $PrintNoticesMaxLines = C4::Context->preference('PrintNoticesMaxLines'); Link Here
362
if ($branchcount) {
362
if ($branchcount) {
363
    $verbose and warn "Found $branchcount $overduebranch_word with first message enabled: " . join( ', ', map { "'$_'" } @overduebranches ), "\n";
363
    $verbose and warn "Found $branchcount $overduebranch_word with first message enabled: " . join( ', ', map { "'$_'" } @overduebranches ), "\n";
364
} else {
364
} else {
365
    die 'No branches with active overduerules';
365
    $verbose and die 'No branches with active overduerules';
366
}
366
}
367
367
368
if (@branchcodes) {
368
if (@branchcodes) {
369
- 

Return to bug 38307