summaryrefslogtreecommitdiff
path: root/httemplate/misc/cust_main-cancel.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-19 22:25:56 +0000
committerjeff <jeff>2007-12-19 22:25:56 +0000
commitd055dc2f1c36b4936b6512e31b26b027be023fad (patch)
treeb0dd924db8765d277638deb9d4fef53ea7b52031 /httemplate/misc/cust_main-cancel.cgi
parent00aed756e1449f4d0847b1d05f96208d607b4711 (diff)
redirect redirect
Diffstat (limited to 'httemplate/misc/cust_main-cancel.cgi')
-rwxr-xr-xhttemplate/misc/cust_main-cancel.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cust_main-cancel.cgi b/httemplate/misc/cust_main-cancel.cgi
index 2f9c38004..7f6f69701 100755
--- a/httemplate/misc/cust_main-cancel.cgi
+++ b/httemplate/misc/cust_main-cancel.cgi
@@ -48,7 +48,7 @@ my $error = join(' / ', @errors) if scalar(@errors);
if ( $error ) {
$cgi->param('error', $error);
- print $cgi->redirect(popurl(2). "cancel_pkg.html?". $cgi->query_string );
+ print $cgi->redirect(popurl(1). "cancel_cust.html?". $cgi->query_string );
}
</%init>