[freeside-commits] freeside/FS/FS cust_pkg.pm,1.110,1.111
Ivan,,,
ivan at wavetail.420.am
Thu Jan 29 11:21:23 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11739
Modified Files:
cust_pkg.pm
Log Message:
fix unsuspend-always_adjust_next_bill_date config, RT#4271
Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- cust_pkg.pm 26 Jan 2009 01:07:19 -0000 1.110
+++ cust_pkg.pm 29 Jan 2009 19:21:21 -0000 1.111
@@ -933,7 +933,7 @@
$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'} = '';
More information about the freeside-commits
mailing list