X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_acct.cgi;h=995bf3b45abaf24a6f75d2c68317662b9217fb01;hb=8c5a1df1a46121c75a829eb1d57956c9731940ab;hp=230a2a58a78558aeb70ab5c926b5ddf857804f1f;hpb=350d21e77152b1da498ef88c1055e847420bcce1;p=freeside.git diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index 230a2a58a..995bf3b45 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -45,7 +45,7 @@ function randomPass() { <% mt('Username') |h %> -% if ( $conf->exists('svc_acct-no_edit_username') ) { +% if ( $svcnum && $conf->exists('svc_acct-no_edit_username') ) { <% $svc_acct->username() %> % } else {