From: ivan Date: Thu, 5 May 2005 01:46:30 +0000 (+0000) Subject: the ? between svc_domain.cgi and the domain id is missing X-Git-Tag: BEFORE_FINAL_MASONIZE~546 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d0772a4270e8a4d54770c2f33591a69bb94a9dc9 the ? between svc_domain.cgi and the domain id is missing --- 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 {