From: ivan Date: Fri, 22 Oct 2010 09:03:46 +0000 (+0000) Subject: tealish for not yet billed, like cust_main ordered X-Git-Tag: TORRUS_1_0_9~200 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=553ab4e1cb817bcf80c9e11927709b57477b0bed tealish for not yet billed, like cust_main ordered --- 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',