[freeside-commits] freeside/httemplate/misc/process link.cgi, 1.15.2.3, 1.15.2.4

Ivan,,, ivan at wavetail.420.am
Wed Feb 13 13:50:16 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail.420.am:/tmp/cvs-serv11956

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.15.2.3
retrieving revision 1.15.2.4
diff -u -d -r1.15.2.3 -r1.15.2.4
--- link.cgi	13 Jan 2008 21:14:31 -0000	1.15.2.3
+++ link.cgi	13 Feb 2008 21:50:11 -0000	1.15.2.4
@@ -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