[freeside-commits] branch FREESIDE_3_BRANCH updated. c9bc9298c5b02010221d837624154d65bd0d5a85
Jeremy Davis
jeremyd at 420.am
Mon Mar 17 14:00:56 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via c9bc9298c5b02010221d837624154d65bd0d5a85 (commit)
from 40a1e261e48e473f7813971618e69b278f68f649 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c9bc9298c5b02010221d837624154d65bd0d5a85
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Mar 17 17:00:46 2014 -0400
#27931 enabled agent_custid showing in portal
diff --git a/fs_selfservice/FS-SelfService/cgi/small_custview.html b/fs_selfservice/FS-SelfService/cgi/small_custview.html
index 470fe71..308eae9 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' %>">
-----------------------------------------------------------------------
Summary of changes:
.../FS-SelfService/cgi/small_custview.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list