oops, last bit for reg codes
[freeside.git] / FS / FS / part_pkg / flat.pm
index 131f850..ee0f756 100644 (file)
@@ -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;