[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.21,1.397.2.22

Ivan,,, ivan at wavetail.420.am
Thu Jan 20 01:55:16 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
add cust_main-status_module to control how customers with cancelled recurring but un-cancelled one time charges are recognized, RT#10478

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.21
retrieving revision 1.397.2.22
diff -u -w -d -r1.397.2.21 -r1.397.2.22
--- Conf.pm	20 Jan 2011 09:51:58 -0000	1.397.2.21
+++ Conf.pm	20 Jan 2011 09:55:14 -0000	1.397.2.22
@@ -4231,7 +4231,7 @@
   {
     'key'         => 'cust_main-status_module',
     'section'     => 'UI',
-    'description' => 'Which module to use for customer status display.  The "Classic" module (the default) considers accounts with cancelled recurring packages but un-cancelled one-time charges Inactive.  The "Recurring" module considers those customers Cancelled.', #other differences?
+    'description' => 'Which module to use for customer status display.  The "Classic" module (the default) considers accounts with cancelled recurring packages but un-cancelled one-time charges Inactive.  The "Recurring" module considers those customers Cancelled.  Similarly for customers with suspended recurring packages but one-time charges.', #other differences?
     'type'        => 'select',
     'select_enum' => [ 'Classic', 'Recurring' ],
   },



More information about the freeside-commits mailing list