From: ivan Date: Wed, 13 Feb 2008 21:50:10 +0000 (+0000) Subject: fix compile error from hasty refactoring X-Git-Tag: TRIXBOX_2_6~71 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=dae4a46355c29df7518f95e7f2312eea50bac8f9;p=freeside.git fix compile error from hasty refactoring --- 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); %}