[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.90, 1.91

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


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

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

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- cust_main.cgi	2 Aug 2008 04:20:20 -0000	1.90
+++ cust_main.cgi	10 Oct 2008 01:15:50 -0000	1.91
@@ -12,7 +12,7 @@
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 
 % if ( $custnum ) { 
-  Customer #<B><% $custnum %></B> - 
+  Customer #<B><% $cust_main->display_custnum %></B> - 
   <B><FONT COLOR="#<% $cust_main->statuscolor %>">
     <% ucfirst($cust_main->status) %>
   </FONT></B>



More information about the freeside-commits mailing list