X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg.pm;h=0cb620932fd405bbdb67ddba21897a1b43552735;hb=98a3a04b6dfbde0bdd2b27c6f5538daf211a3db9;hp=1cc83b6a0795eba4a7c394c172619b7cbc685c1b;hpb=4d0db1129018d2f598091edbbffeb09b23c64d99;p=freeside.git diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 1cc83b6a0..0cb620932 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -3331,7 +3331,7 @@ Class method that returns the list of possible status strings for packages =cut tie my %statuscolor, 'Tie::IxHash', - 'on hold' => '7E0079', #purple! + 'on hold' => 'FF00F5', #brighter purple! 'not yet billed' => '009999', #teal? cyan? 'one-time charge' => '0000CC', #blue #'000000', 'active' => '00CC00',