summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-12 17:34:19 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-12 17:34:19 -0800
commitfed764feca62cb39d0e33099229c40bbfed102fd (patch)
treeef3436c835759e2de09bb64ef9c8aedd521a25f9 /FS
parent82abe98b0919ac63d1e2b5c3e1b35d7abc8eea52 (diff)
brigher purple on-hold, RT#33472
Diffstat (limited to 'FS')
-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 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',