freeside/httemplate/search svc_domain.cgi,1.15,1.16
ivan
ivan at pouncequick.420.am
Wed May 4 18:46:35 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory pouncequick:/tmp/cvs-serv7603
Modified Files:
svc_domain.cgi
Log Message:
the ? between svc_domain.cgi and the domain id is missing
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/svc_domain.cgi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- svc_domain.cgi 2 May 2005 06:32:10 -0000 1.15
+++ svc_domain.cgi 5 May 2005 01:46:30 -0000 1.16
@@ -53,7 +53,7 @@
'LEFT JOIN cust_main USING ( custnum )',
};
-my $link = [ "${p}view/svc_domain.cgi", 'svcnum' ];
+my $link = [ "${p}view/svc_domain.cgi?", 'svcnum' ];
#smaller false laziness w/svc_*.cgi here
my $link_cust = sub {
More information about the freeside-commits
mailing list