diff options
author | ivan <ivan> | 2005-11-17 11:04:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-17 11:04:56 +0000 |
commit | 8d0ff1d905564b7e979d89a77aebe239da3af07e (patch) | |
tree | 3906eee34bec2aec01df0d0d1a3d6e728ed80a44 | |
parent | 367e6975af9f9cfb35ad951d4ea926db10caa514 (diff) |
fix service change!
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 7257fc3e4..b42362d91 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -163,7 +163,7 @@ Service #<B><%= $svcnum %></B> <OPTION VALUE="">Change service</OPTION> <OPTION VALUE="">--------------</OPTION> <% foreach my $opt_part_svc ( @part_svc ) { %> - <OPTION VALUE="<%= $part_svc->svcpart %>"><%= $opt_part_svc->svc %></OPTION> + <OPTION VALUE="<%= $opt_part_svc->svcpart %>"><%= $opt_part_svc->svc %></OPTION> <% } %> </SELECT> <INPUT NAME="submit" TYPE="submit" VALUE="Change" disabled> |