the ? between svc_domain.cgi and the domain id is missing
authorivan <ivan>
Thu, 5 May 2005 01:46:30 +0000 (01:46 +0000)
committerivan <ivan>
Thu, 5 May 2005 01:46:30 +0000 (01:46 +0000)
httemplate/search/svc_domain.cgi

index 8d6547c..06041e0 100755 (executable)
@@ -53,7 +53,7 @@ my $sql_query = {
                  '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 {