X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=f8578f9014fadb9af3c6621495aeb81ff9e70131;hb=9393572515459abd1e357e2a8818d16834c23b82;hp=7045f96d2c06303436710b84f27f0d7b827f163d;hpb=56fcc6ca818acbb582c525cc15f46ea9569f0e60;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 7045f96d2..f8578f901 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -973,7 +973,7 @@ sub bill { my $sdate; if ( $part_pkg->getfield('freq') > 0 && ! $cust_pkg->getfield('susp') && - ( $cust_pkg->getfield('bill') || 0 ) < $time + ( $cust_pkg->getfield('bill') || 0 ) <= $time ) { my $recur_prog = $part_pkg->getfield('recur'); $recur_prog =~ /^(.*)$/ or do {