diff options
author | ivan <ivan> | 2002-05-30 21:51:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-30 21:51:48 +0000 |
commit | 68d29e0ca9fcfe6b68240d946c8bf71d7b31767a (patch) | |
tree | e6686ffbb898801d785e20447c3f5104c75d53b2 /httemplate/misc | |
parent | 03809f7b4f5a7ff34adaba7dd5d4cdf1039fbd22 (diff) |
point to correct place for hidecancelledcustomers config option
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-x | httemplate/misc/delete-customer.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delete-customer.cgi b/httemplate/misc/delete-customer.cgi index 7016c9166..430231737 100755 --- a/httemplate/misc/delete-customer.cgi +++ b/httemplate/misc/delete-customer.cgi @@ -36,7 +36,7 @@ print <<END; This will <b>completely remove</b> all traces of this customer record. This is <B>not</B> what you want if this is a real customer who has simply canceled service with you. For that, cancel all of the customer's packages. -(you can optionally hide cancelled customers with the <a href="../docs/config.html#hidecancelledcustomers">hidecancelledcustomers</a> configuration file) +(you can optionally hide cancelled customers with the <a href="../config/config-view.cgi#hidecancelledcustomers">hidecancelledcustomers</a> configuration option) <br> <br>Are you <b>absolutely sure</b> you want to delete this customer? <br><input type="submit" value="Yes"> |