[freeside-commits] freeside/httemplate/edit svc_acct.cgi, 1.76, 1.77

Ivan,,, ivan at wavetail.420.am
Mon Jun 27 11:50:37 PDT 2011


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

Modified Files:
	svc_acct.cgi 
Log Message:
fix svc_acct-no_edit_username, RT#13416

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct.cgi,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -w -d -r1.76 -r1.77
--- svc_acct.cgi	23 Jun 2011 23:19:27 -0000	1.76
+++ svc_acct.cgi	27 Jun 2011 18:50:35 -0000	1.77
@@ -45,7 +45,7 @@
 
 <TR>
   <TD ALIGN="right"><% mt('Username') |h %></TD>
-% if ( $conf->exists('svc_acct-no_edit_username') ) {
+% if ( $svcnum && $conf->exists('svc_acct-no_edit_username') ) {
     <TD BGCOLOR="#eeeeee"><% $svc_acct->username() %></TD>
     <INPUT TYPE="hidden" NAME="username" VALUE="<% $username %>">
 % } else {



More information about the freeside-commits mailing list