fix from initial checkin to 1.5
authorivan <ivan>
Mon, 22 Mar 2004 10:17:56 +0000 (10:17 +0000)
committerivan <ivan>
Mon, 22 Mar 2004 10:17:56 +0000 (10:17 +0000)
httemplate/misc/process/expire_pkg.cgi

index 9e4ce8b..dc35592 100755 (executable)
@@ -20,6 +20,6 @@ my $new = new FS::cust_pkg ( \%hash );
 my $error = $new->replace($cust_pkg);
 &eidiot($error) if $error;
 
-print $cgi->redirect(popurl(2). "view/cust_main.cgi?".$cust_pkg->getfield('custnum'));
+print $cgi->redirect(popurl(3). "view/cust_main.cgi?".$cust_pkg->getfield('custnum'));
 
 %>