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

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

Return to bug 23411