diff options
author | ivan <ivan> | 2007-09-13 22:05:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-13 22:05:55 +0000 |
commit | 774ff9bf41a29fd168c151c92ffaddcd96a27b65 (patch) | |
tree | 0e179ba09eed7e4305f842c689e29d236ae7b575 | |
parent | 8c6fd22a03670e119d08b87731da3959f8fd07c5 (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> |