diff options
| author | ivan <ivan> | 2003-10-06 11:20:56 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-10-06 11:20:56 +0000 |
| commit | 978c718e870e1595b02a7a0c46f20d7ac65dedd4 (patch) | |
| tree | a3323e0796b2b301c0bf96126a326c5dfbb740d5 /httemplate/browse | |
| parent | a479dba1205b67dce2af5b1b9a2395407e95ee3f (diff) | |
fix linking to account list per access number
Diffstat (limited to 'httemplate/browse')
| -rwxr-xr-x | httemplate/browse/svc_acct_pop.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index 80168728c..f77fe820b 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -48,7 +48,7 @@ foreach my $svc_acct_pop ( sort { <%= $svc_acct_pop->loc %></A></TD> <TD> <FONT COLOR="#00CC00"><B><%= $num_accounts %></B></FONT> - <A HREF="<%= $svc_acct_link %>&showcancelledcustomers=0">active</A> + <A HREF="<%= $svc_acct_link %>">active</A> </TD> </TR> <% } %> |
