fix compile error from hasty refactoring
[freeside.git] / httemplate / misc / process / link.cgi
index 9603267..df15dca 100755 (executable)
@@ -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);
 %}