[freeside-commits] freeside/FS/FS cust_main.pm,1.422,1.423

Ivan,,, ivan at wavetail.420.am
Mon Apr 27 21:36:33 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19859

Modified Files:
	cust_main.pm 
Log Message:
add cancelled_cust-noevents flag to emulate SG billing-daily -r behavior, RT#4412

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -d -r1.422 -r1.423
--- cust_main.pm	28 Apr 2009 04:14:23 -0000	1.422
+++ cust_main.pm	28 Apr 2009 04:36:31 -0000	1.423
@@ -2235,7 +2235,7 @@
 
   $self->apply_payments_and_credits;
 
-  unless ( $conf->config('cancelled_cust-noevents')
+  unless ( $conf->exists('cancelled_cust-noevents')
            && ! $self->num_ncancelled_pkgs
   ) {
 



More information about the freeside-commits mailing list