diff options
| author | ivan <ivan> | 2007-08-02 22:55:18 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-08-02 22:55:18 +0000 | 
| commit | 6081d4d551a6814442ef70cb65cd1e3262a335ab (patch) | |
| tree | c755e3417f36d5f99490424c9d2bc01df4f33d98 | |
| parent | 3e08544f5e189331f2c7bb8a8e1d1b4d882ff120 (diff) | |
fix status color on small_custview
| -rw-r--r-- | FS/FS/CGI.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
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 #<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">'.  | 
