summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-10-22 09:03:46 +0000
committerivan <ivan>2010-10-22 09:03:46 +0000
commit553ab4e1cb817bcf80c9e11927709b57477b0bed (patch)
tree793c7408bde4b68f8ed0fc009edb26aac9c7fcc0
parent79f809fedf5fc96da31039122c8326d31b6662b6 (diff)
tealish for not yet billed, like cust_main ordered
-rw-r--r--FS/FS/cust_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index 9b023fda7..cad18b628 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -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',