X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=2df92f75f4f183c17c258ba82fc24ce9e9ec6b8f;hp=1d0790ef17faf424c02cb7b1ba4daef0da4deac1;hb=4063430b29ef2c83da42772402249f02f8004327;hpb=f01fe96a27912381d4b30ccad3d355d74f76f505;ds=sidebyside 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