summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-08-15 21:51:04 +0000
committerivan <ivan>2007-08-15 21:51:04 +0000
commit515f48e131383d2a8c6a830e11aebbee1ef52569 (patch)
tree8466b2927712cbbc815ba13bedb51b4523dd0f02
parent25426a3e9d92953b682128865ae0badda45b4930 (diff)
fix customer status color here too
-rwxr-xr-xhttemplate/edit/cust_main.cgi2
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>