diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-03-17 16:59:48 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-03-17 16:59:48 -0400 |
commit | 71fa02dc2a93a81c522b82a62833840614359b8e (patch) | |
tree | f2d72c13ee410c73f62b8f0fdbe4ac52c98fbbb7 /fs_selfservice | |
parent | 46601e5fa23b2049dbcf055a98d340ab18555383 (diff) |
#27931 enabled agent_custid showing in portal
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/small_custview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/small_custview.html b/fs_selfservice/FS-SelfService/cgi/small_custview.html index 470fe7151..308eae928 100644 --- a/fs_selfservice/FS-SelfService/cgi/small_custview.html +++ b/fs_selfservice/FS-SelfService/cgi/small_custview.html @@ -1,6 +1,6 @@ <DIV ID="fs_small_custview"> -Customer #<B><%= $custnum %></B> +Customer #<B><%= $display_custnum %></B> - <B><FONT COLOR="#<%= $statuscolor %>"><%= ucfirst($status)%></FONT></B> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="<%= $box_bgcolor ||= '#c0c0c0' %>"> |