From: ivan Date: Thu, 2 Aug 2007 22:55:17 +0000 (+0000) Subject: fix status color on small_custview X-Git-Tag: TRIXBOX_2_6~434 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9f31dfeef9dc423e2adfe16368cc1bd47d649b4c fix status color on small_custview --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 4c2693db8..38a869ccd 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -325,7 +325,7 @@ sub small_custview { if $url; $html .= 'Customer #'. $cust_main->custnum. ''. - ' - '. + ' - '. ucfirst($cust_main->status). ''. ntable('#e8e8e8'). ''. ntable("#cccccc",2). 'Billing
Address'.