summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-03-22 10:17:56 +0000
committerivan <ivan>2004-03-22 10:17:56 +0000
commitaa36f31e2dcabc52f83354c01b4fd322dcec9476 (patch)
treed47107fc373fae2cf7529803f51c9afa61366153 /httemplate
parent4fbc3d7c7f32c4e8d7fb708694eb74076010f9d3 (diff)
fix from initial checkin to 1.5
Diffstat (limited to 'httemplate')
-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 9e4ce8b62..dc35592ce 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(2). "view/cust_main.cgi?".$cust_pkg->getfield('custnum'));
+print $cgi->redirect(popurl(3). "view/cust_main.cgi?".$cust_pkg->getfield('custnum'));
%>