summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2007-08-15 21:51:03 +0000
committerivan <ivan>2007-08-15 21:51:03 +0000
commit509e925804335b3cec474f25f57dbdbde939c322 (patch)
tree814e827dadf84f7f8714566ed9f5d6f79e1438e0 /httemplate/edit/cust_main.cgi
parentb1395325af90391cb212ef3decd8a8977b880aa4 (diff)
fix customer status color here too
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-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 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>