summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-09-13 22:05:56 +0000
committerivan <ivan>2007-09-13 22:05:56 +0000
commit7a57e3633e3c3deffd1b04e7d9b082fbdb25823c (patch)
treeb6b7d6252487898c66533cf51a58594bda622cbf
parenta3c27b60f20cd1876cf6cd3c10f62f9fc8ec4ca0 (diff)
fix status color on customer list
-rwxr-xr-xhttemplate/search/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi
index d66d16172..56bb9ca41 100755
--- a/httemplate/search/cust_main.cgi
+++ b/httemplate/search/cust_main.cgi
@@ -376,7 +376,7 @@
% : '<FONT SIZE=-1>&nbsp;</FONT>';
%
% my $status = $cust_main->status;
-% my $statuscol = $FS::cust_main::statuscolor{$status};
+% my $statuscol = $cust_main->statuscolor;
<TR>
<TD CLASS="grid" ALIGN="right" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan || 1 %>><A HREF="<% $view %>"><FONT SIZE=-1><% $custnum %></FONT></A></TD>