[freeside-commits] branch master updated. 4771a2fe6202aa77d8e6fda10dc2b221899f3941

Ivan ivan at 420.am
Thu Feb 12 17:34:49 PST 2015


The branch, master has been updated
       via  4771a2fe6202aa77d8e6fda10dc2b221899f3941 (commit)
      from  1616f1e265f74b125fac6d88ad63057616c8b2cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4771a2fe6202aa77d8e6fda10dc2b221899f3941
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 12 17:34:48 2015 -0800

    brigher purple on-hold, RT#33472

diff --git a/FS/FS/cust_main/Status.pm b/FS/FS/cust_main/Status.pm
index 9a3fe1b..46a87ff 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

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main/Status.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list