summaryrefslogtreecommitdiff
path: root/FS/FS/CGI.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-08-02 22:55:17 +0000
committerivan <ivan>2007-08-02 22:55:17 +0000
commit9f31dfeef9dc423e2adfe16368cc1bd47d649b4c (patch)
tree7f59fcd70b5717be61207b8d134f5d83080aaa60 /FS/FS/CGI.pm
parentfb4bce9850777c577e2696f0e09e14a3b0c8e959 (diff)
fix status color on small_custview
Diffstat (limited to 'FS/FS/CGI.pm')
-rw-r--r--FS/FS/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index 4c2693d..38a869c 100644
--- a/FS/FS/CGI.pm
+++ b/FS/FS/CGI.pm
@@ -325,7 +325,7 @@ sub small_custview {
if $url;
$html .= 'Customer #<B>'. $cust_main->custnum. '</B></A>'.
- ' - <B><FONT COLOR="'. $cust_main->statuscolor. '">'.
+ ' - <B><FONT COLOR="#'. $cust_main->statuscolor. '">'.
ucfirst($cust_main->status). '</FONT></B>'.
ntable('#e8e8e8'). '<TR><TD VALIGN="top">'. ntable("#cccccc",2).
'<TR><TD ALIGN="right" VALIGN="top">Billing<BR>Address</TD><TD BGCOLOR="#ffffff">'.