summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorivan <ivan>2004-03-22 10:16:46 +0000
committerivan <ivan>2004-03-22 10:16:46 +0000
commit4fbc3d7c7f32c4e8d7fb708694eb74076010f9d3 (patch)
treeeb56402ffff6c6affd4019d4151a2a5345580e57 /httemplate/misc/process
parent182e8303be380efce912e147b5ee3a115cf16651 (diff)
yay! remove package view entirely (closes: Bug#569)
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-xhttemplate/misc/process/expire_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/expire_pkg.cgi b/httemplate/misc/process/expire_pkg.cgi
index dc35592ce..9e4ce8b62 100755
--- a/httemplate/misc/process/expire_pkg.cgi
+++ b/httemplate/misc/process/expire_pkg.cgi
@@ -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(3). "view/cust_main.cgi?".$cust_pkg->getfield('custnum'));
+print $cgi->redirect(popurl(2). "view/cust_main.cgi?".$cust_pkg->getfield('custnum'));
%>