projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699f1de
)
the ? between svc_domain.cgi and the domain id is missing
author
ivan
<ivan>
Thu, 5 May 2005 01:46:30 +0000
(
01:46
+0000)
committer
ivan
<ivan>
Thu, 5 May 2005 01:46:30 +0000
(
01:46
+0000)
httemplate/search/svc_domain.cgi
patch
|
blob
|
history
diff --git
a/httemplate/search/svc_domain.cgi
b/httemplate/search/svc_domain.cgi
index
8d6547c
..
06041e0
100755
(executable)
--- 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 {