diff options
-rw-r--r-- | FS/FS/cust_bill.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 1d0790ef1..2df92f75f 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -392,7 +392,8 @@ sub print_text { $FS::cust_bill::_template::overdue = ( $balance_due > 0 && $today > $self->_date - && $self->printed > 1 +# && $self->printed > 1 + && $self->printed > 0 ); #and subroutine for the template @@ -423,7 +424,7 @@ sub print_text { =head1 VERSION -$Id: cust_bill.pm,v 1.2 2000-08-09 11:30:41 ivan Exp $ +$Id: cust_bill.pm,v 1.3 2000-09-20 10:35:21 ivan Exp $ =head1 BUGS |