diff options
author | ivan <ivan> | 2007-08-15 21:51:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-15 21:51:03 +0000 |
commit | 509e925804335b3cec474f25f57dbdbde939c322 (patch) | |
tree | 814e827dadf84f7f8714566ed9f5d6f79e1438e0 | |
parent | b1395325af90391cb212ef3decd8a8977b880aa4 (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 d13732afa..b081ad480 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> |