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

(-)a/misc/cronjobs/overdue_notices.pl (-3 / +2 lines)
Lines 699-706 END_SQL Link Here
699
                                                'count'         => $itemcount,
699
                                                'count'         => $itemcount,
700
                                               },
700
                                               },
701
                            # If there is no template defined for the requested letter
701
                            # If there is no template defined for the requested letter
702
                            # Fallback on email
702
                            # Fallback on the original type
703
                            message_transport_type => $letter_exists ? $effective_mtt : 'email',
703
                            message_transport_type => $letter_exists ? $effective_mtt : $mtt,
704
                        }
704
                        }
705
                    );
705
                    );
706
                    unless ($letter) {
706
                    unless ($letter) {
707
- 

Return to bug 23411