X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fflat.pm;h=ee0f75672d7e3b29b3a6e74111970963985bbc90;hb=71c6e9e04a6faadedaf2238f7e7fcf607d4721cc;hp=131f850e9a59f36e6a9e2c997ff080fc5d7be9bd;hpb=e4ae5122522f2d45c68a38eaef337a82029f2fc1;p=freeside.git diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index 131f850e9..ee0f75672 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -48,7 +48,7 @@ sub calc_remain { my $next_bill = $cust_pkg->getfield('bill') || 0; my $last_bill = $cust_pkg->last_bill || 0; return 0 if ! $self->base_recur - || ! $self->option('unused_credit') + || ! $self->option('unused_credit', 1) || ! $last_bill || ! $next_bill;