From d055dc2f1c36b4936b6512e31b26b027be023fad Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Dec 2007 22:25:56 +0000 Subject: [PATCH] redirect redirect --- httemplate/misc/cust_main-cancel.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.11.0