diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 17:34:17 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 17:34:17 -0800 |
commit | 1616f1e265f74b125fac6d88ad63057616c8b2cd (patch) | |
tree | b2e0dd808260f6fb4bf146c1405aed64d1f515f1 /FS | |
parent | 4847873e256f5472e4b841b2a5c2ba6188add668 (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 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', |