diff options
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/list_customers.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/list_customers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/list_customers.html b/fs_selfservice/FS-SelfService/cgi/list_customers.html index 974634729..b30262439 100644 --- a/fs_selfservice/FS-SelfService/cgi/list_customers.html +++ b/fs_selfservice/FS-SelfService/cgi/list_customers.html @@ -20,7 +20,7 @@ $OUT .= '<TR>'. "$td<FONT COLOR=\"". $customer->{'statuscolor'}. '">'. - ucfirst($customer->{'status'}). "</TD>". "$td</TD>". + $customer->{'status_label'}. "</TD>". "$td</TD>". "$td$a". $customer->{'name'}. "</A></TD>". '</TR>'; #"$td</TD>". |