Lines 705-711
END_SQL
Link Here
|
705 |
message_transport_type => $letter_exists ? $effective_mtt : $mtt, |
705 |
message_transport_type => $letter_exists ? $effective_mtt : $mtt, |
706 |
} |
706 |
} |
707 |
); |
707 |
); |
708 |
unless ($letter) { |
708 |
unless ($letter && $letter->{content}) { |
709 |
$verbose and warn qq|Message '$overdue_rules->{"letter$i"}' content not found|; |
709 |
$verbose and warn qq|Message '$overdue_rules->{"letter$i"}' content not found|; |
710 |
# this transport doesn't have a configured notice, so try another |
710 |
# this transport doesn't have a configured notice, so try another |
711 |
next; |
711 |
next; |
712 |
- |
|
|