summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2009-10-28 06:15:09 +0000
committerivan <ivan>2009-10-28 06:15:09 +0000
commit45d41ae99ced1b28595b2f2080ac9186be6d33b5 (patch)
treec8539233dd439f9d683e90b99a07caa4b3eb5085 /httemplate/search/cust_pkg.cgi
parentfdb1118b5c494c67e883b2c2ff1a8a1b30a7b7ab (diff)
customer link to package reports for that customer, RT#6180
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
-rwxr-xr-xhttemplate/search/cust_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi
index f03bbc26b..37e8d6c5f 100755
--- a/httemplate/search/cust_pkg.cgi
+++ b/httemplate/search/cust_pkg.cgi
@@ -164,7 +164,7 @@ my %search_hash = ();
$search_hash{'query'} = $cgi->keywords;
-for (qw( agentnum magic status classnum custom )) {
+for (qw( agentnum custnum magic status classnum custom )) {
$search_hash{$_} = $cgi->param($_) if $cgi->param($_);
}