summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2005-05-05 01:46:30 +0000
committerivan <ivan>2005-05-05 01:46:30 +0000
commitd0772a4270e8a4d54770c2f33591a69bb94a9dc9 (patch)
treebcd2d4050fe2ec50f26f33125dec6d092e045d11 /httemplate
parent699f1de4842d7939d13ddd37b6b2756b36665189 (diff)
the ? between svc_domain.cgi and the domain id is missing
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/svc_domain.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/svc_domain.cgi b/httemplate/search/svc_domain.cgi
index 8d6547ca8..06041e03b 100755
--- a/httemplate/search/svc_domain.cgi
+++ b/httemplate/search/svc_domain.cgi
@@ -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 {