[freeside-commits] branch master updated. 71fa02dc2a93a81c522b82a62833840614359b8e

Jeremy Davis jeremyd at 420.am
Mon Mar 17 13:59:54 PDT 2014


The branch, master has been updated
       via  71fa02dc2a93a81c522b82a62833840614359b8e (commit)
      from  46601e5fa23b2049dbcf055a98d340ab18555383 (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 71fa02dc2a93a81c522b82a62833840614359b8e
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Mar 17 16:59:48 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