redirect redirect
authorjeff <jeff>
Wed, 19 Dec 2007 22:25:56 +0000 (22:25 +0000)
committerjeff <jeff>
Wed, 19 Dec 2007 22:25:56 +0000 (22:25 +0000)
httemplate/misc/cust_main-cancel.cgi

index 2f9c380..7f6f697 100755 (executable)
@@ -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>