[freeside-commits] branch FREESIDE_3_BRANCH updated. 3ad1a49dc4266193bf1036b79d8223d205cfb19d

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


The branch, FREESIDE_3_BRANCH has been updated
       via  3ad1a49dc4266193bf1036b79d8223d205cfb19d (commit)
      from  fed764feca62cb39d0e33099229c40bbfed102fd (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 3ad1a49dc4266193bf1036b79d8223d205cfb19d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 12 17:34:49 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 8f908a1..b0f6b4c 100644
--- a/FS/FS/cust_main/Status.pm
+++ b/FS/FS/cust_main/Status.pm
@@ -47,7 +47,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
@@ -56,7 +56,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