[freeside-commits] freeside/FS/FS cust_main.pm,1.516,1.517

Ivan,,, ivan at wavetail.420.am
Mon Jun 28 21:32:24 PDT 2010


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

Modified Files:
	cust_main.pm 
Log Message:
Ordered status for the limbo between Prospect and Active, RT#8712

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -w -d -r1.516 -r1.517
--- cust_main.pm	29 Jun 2010 04:22:52 -0000	1.516
+++ cust_main.pm	29 Jun 2010 04:32:22 -0000	1.517
@@ -7135,6 +7135,8 @@
 
 =item prospect - No packages have ever been ordered
 
+=item ordered - Recurring packages all are new (not yet billed).
+
 =item active - One or more recurring packages is active
 
 =item inactive - No active recurring packages, but otherwise unsuspended/uncancelled (the inactive status is new - previously inactive customers were mis-identified as cancelled)
@@ -7186,8 +7188,8 @@
 use vars qw(%statuscolor);
 tie %statuscolor, 'Tie::IxHash',
   'prospect'  => '7e0079', #'000000', #black?  naw, purple
-  'ordered'   => '009999', #teal? cyan?
   'active'    => '00CC00', #green
+  'ordered'   => '009999', #teal? cyan?
   'inactive'  => '0000CC', #blue
   'suspended' => 'FF9900', #yellow
   'cancelled' => 'FF0000', #red



More information about the freeside-commits mailing list