brigher purple on-hold, RT#33472
[freeside.git] / FS / FS / cust_pkg.pm
index 1cc83b6..0cb6209 100644 (file)
@@ -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',