tealish for not yet billed, like cust_main ordered
authorivan <ivan>
Fri, 22 Oct 2010 09:03:46 +0000 (09:03 +0000)
committerivan <ivan>
Fri, 22 Oct 2010 09:03:46 +0000 (09:03 +0000)
FS/FS/cust_pkg.pm

index 9b023fd..cad18b6 100644 (file)
@@ -1812,7 +1812,7 @@ Class method that returns the list of possible status strings for packages
 =cut
 
 tie my %statuscolor, 'Tie::IxHash', 
-  'not yet billed'  => '000000',
+  'not yet billed'  => '009999', #teal? cyan?
   'one-time charge' => '000000',
   'active'          => '00CC00',
   'suspended'       => 'FF9900',