[freeside-commits] freeside/FS/FS cust_pkg.pm,1.73.2.25,1.73.2.26
Ivan,,,
ivan at wavetail.420.am
Thu Jan 29 11:25:48 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11764
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.73.2.25
retrieving revision 1.73.2.26
diff -u -d -r1.73.2.25 -r1.73.2.26
--- cust_pkg.pm 16 Dec 2008 00:08:56 -0000 1.73.2.25
+++ cust_pkg.pm 29 Jan 2009 19:25:46 -0000 1.73.2.26
@@ -822,7 +822,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