fix unsuspend-always_adjust_next_bill_date config, RT#4271
authorivan <ivan>
Thu, 29 Jan 2009 19:21:21 +0000 (19:21 +0000)
committerivan <ivan>
Thu, 29 Jan 2009 19:21:21 +0000 (19:21 +0000)
FS/FS/cust_pkg.pm

index 885eef1..7b85bdf 100644 (file)
@@ -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'} = '';