fix compile error from hasty refactoring
authorivan <ivan>
Wed, 13 Feb 2008 21:50:10 +0000 (21:50 +0000)
committerivan <ivan>
Wed, 13 Feb 2008 21:50:10 +0000 (21:50 +0000)
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);
 %}