diff options
| author | ivan <ivan> | 2007-08-15 21:51:04 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-08-15 21:51:04 +0000 | 
| commit | 515f48e131383d2a8c6a830e11aebbee1ef52569 (patch) | |
| tree | 8466b2927712cbbc815ba13bedb51b4523dd0f02 | |
| parent | 25426a3e9d92953b682128865ae0badda45b4930 (diff) | |
fix customer status color here too
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 456b9d418..bca573862 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -111,7 +111,7 @@  % if ( $custnum ) {     Customer #<B><% $custnum %></B> -  -  <B><FONT COLOR="<% $cust_main->statuscolor %>"> +  <B><FONT COLOR="#<% $cust_main->statuscolor %>">      <% ucfirst($cust_main->status) %>    </FONT></B>    <BR><BR> | 
