[freeside-commits] freeside/httemplate index.html,1.103,1.104

Ivan,,, ivan at wavetail.420.am
Thu Oct 9 18:15:51 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate
In directory wavetail.420.am:/tmp/cvs-serv11362/httemplate

Modified Files:
	index.html 
Log Message:
add options to auto-generate agent_custid and display it as the customer number, RT#4099

Index: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/index.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- index.html	15 Dec 2006 12:43:44 -0000	1.103
+++ index.html	10 Oct 2008 01:15:49 -0000	1.104
@@ -36,7 +36,7 @@
 % next unless $cust_main; 
 
     <TR>
-      <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $custnum %>: <% $cust_main->name %></A></TD>
+      <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $cust_main->display_custnum %>: <% $cust_main->name %></A></TD>
     </TR>
 
 %       if ( $bgcolor eq $bgcolor1 ) {



More information about the freeside-commits mailing list