diff options
-rw-r--r-- | FS/FS/cust_bill.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 6de88cc38..c3524b984 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -401,7 +401,6 @@ sub send { my $message = new Mail::Internet ( 'Header' => $header, 'Body' => [ $self->print_text ], #( date) - #'Debug' => 1, ); $!=0; $message->smtpsend( Host => $smtpmachine ) @@ -883,7 +882,7 @@ sub print_text { =head1 VERSION -$Id: cust_bill.pm,v 1.21 2002-03-07 14:10:10 ivan Exp $ +$Id: cust_bill.pm,v 1.22 2002-03-07 14:13:21 ivan Exp $ =head1 BUGS |