diff options
| -rw-r--r-- | FS/FS/cust_pkg.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 885eef18f..7b85bdfdd 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -933,7 +933,7 @@ sub unsuspend {    $hash{'bill'} = ( $hash{'bill'} || $hash{'setup'} ) + $inactive      if ( $opt{'adjust_next_bill'} -         || $conf->config('unsuspend-always_adjust_next_bill_date') ) +         || $conf->exists('unsuspend-always_adjust_next_bill_date') )      && $inactive > 0 && ( $hash{'bill'} || $hash{'setup'} );    $hash{'susp'} = '';  | 
