summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorivan <ivan>2008-02-13 21:50:10 +0000
committerivan <ivan>2008-02-13 21:50:10 +0000
commitdae4a46355c29df7518f95e7f2312eea50bac8f9 (patch)
tree317374fc89f1b0aa592004761809f3eb1011f1af /httemplate/misc/process
parent2b81da7c563b26de98d7121f2e246f261af621e6 (diff)
fix compile error from hasty refactoring
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-xhttemplate/misc/process/link.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/link.cgi b/httemplate/misc/process/link.cgi
index 960326747..df15dca72 100755
--- a/httemplate/misc/process/link.cgi
+++ b/httemplate/misc/process/link.cgi
@@ -1,7 +1,7 @@
%unless ($error) {
% #no errors, so let's view this customer.
% my $custnum = $new->cust_pkg->custnum;
-<% $cgi->redirect(popurl(3). "view/cust_main.cgi?<%$custnum%>#cust_pkg<%$pkgnum%>" ) %>
+<% $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum#cust_pkg$pkgnum" ) %>
%} else {
% errorpage($error);
%}