projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbc3d7
)
fix from initial checkin to 1.5
author
ivan
<ivan>
Mon, 22 Mar 2004 10:17:56 +0000
(10:17 +0000)
committer
ivan
<ivan>
Mon, 22 Mar 2004 10:17:56 +0000
(10:17 +0000)
httemplate/misc/process/expire_pkg.cgi
patch
|
blob
|
history
diff --git
a/httemplate/misc/process/expire_pkg.cgi
b/httemplate/misc/process/expire_pkg.cgi
index
9e4ce8b
..
dc35592
100755
(executable)
--- 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'));
%>