From 4771a2fe6202aa77d8e6fda10dc2b221899f3941 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Feb 2015 17:34:48 -0800 Subject: [PATCH] brigher purple on-hold, RT#33472 --- FS/FS/cust_main/Status.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/cust_main/Status.pm b/FS/FS/cust_main/Status.pm index 9a3fe1bbe..46a87ff1b 100644 --- a/FS/FS/cust_main/Status.pm +++ b/FS/FS/cust_main/Status.pm @@ -44,7 +44,7 @@ sub statuscolors { if ( $module eq 'Classic' ) { tie %statuscolors, 'Tie::IxHash', - 'prospect' => '7e0079', #'000000', #black? naw, purple + 'prospect' => 'FF00F5', #'000000', #black? naw, purple 'active' => '00CC00', #green 'ordered' => '009999', #teal? cyan? 'inactive' => '0000CC', #blue @@ -53,7 +53,7 @@ sub statuscolors { ; } elsif ( $module eq 'Recurring' ) { tie %statuscolors, 'Tie::IxHash', - 'prospect' => '7e0079', #'000000', #black? naw, purple + 'prospect' => 'FF00F5', #'000000', #black? naw, purple 'active' => '00CC00', #green 'ordered' => '009999', #teal? cyan? 'suspended' => 'FF9900', #yellow -- 2.11.0