Lines 731-737
END_SQL
Link Here
|
731 |
message_transport_type => $letter_exists ? $effective_mtt : $mtt, |
731 |
message_transport_type => $letter_exists ? $effective_mtt : $mtt, |
732 |
} |
732 |
} |
733 |
); |
733 |
); |
734 |
unless ($letter) { |
734 |
unless ($letter && $letter->{content}) { |
735 |
$verbose and warn qq|Message '$overdue_rules->{"letter$i"}' content not found|; |
735 |
$verbose and warn qq|Message '$overdue_rules->{"letter$i"}' content not found|; |
736 |
# this transport doesn't have a configured notice, so try another |
736 |
# this transport doesn't have a configured notice, so try another |
737 |
next; |
737 |
next; |
738 |
- |
|
|