diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 17:34:19 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 17:34:19 -0800 |
commit | fed764feca62cb39d0e33099229c40bbfed102fd (patch) | |
tree | ef3436c835759e2de09bb64ef9c8aedd521a25f9 /FS | |
parent | 82abe98b0919ac63d1e2b5c3e1b35d7abc8eea52 (diff) |
brigher purple on-hold, RT#33472
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_pkg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index b0cc2a3cd..944be53d5 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -3321,7 +3321,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', |