[freeside-commits] freeside/httemplate/misc/process link.cgi, 1.18, 1.19
Ivan,,,
ivan at wavetail.420.am
Wed Feb 13 13:50:12 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail.420.am:/tmp/cvs-serv11951
Modified Files:
link.cgi
Log Message:
fix compile error from hasty refactoring
Index: link.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/link.cgi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- link.cgi 13 Jan 2008 21:14:19 -0000 1.18
+++ link.cgi 13 Feb 2008 21:50:10 -0000 1.19
@@ -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);
%}
More information about the freeside-commits
mailing list