[freeside-commits] freeside/FS/FS Conf.pm,1.423,1.424
Ivan,,,
ivan at wavetail.420.am
Thu Jan 20 01:55:15 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9728
Modified Files:
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.423
retrieving revision 1.424
diff -u -w -d -r1.423 -r1.424
--- Conf.pm 20 Jan 2011 09:51:57 -0000 1.423
+++ Conf.pm 20 Jan 2011 09:55:13 -0000 1.424
@@ -4273,7 +4273,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