diff options
author | ivan <ivan> | 2007-09-13 22:05:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-13 22:05:56 +0000 |
commit | 7a57e3633e3c3deffd1b04e7d9b082fbdb25823c (patch) | |
tree | b6b7d6252487898c66533cf51a58594bda622cbf | |
parent | a3c27b60f20cd1876cf6cd3c10f62f9fc8ec4ca0 (diff) |
fix status color on customer list
-rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
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> </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> |