summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2009-12-20 06:53:11 +0000
committerivan <ivan>2009-12-20 06:53:11 +0000
commitdafcc12234035d2cccd956d30aa5bac9e924f322 (patch)
treeb3b2f8fc7985383ecfb7f852cade13fbed5f563f /httemplate
parentaab2166e84e0624e879b374d5a147bea2486740d (diff)
fix address fields on advanced package search, RT#6609
Diffstat (limited to 'httemplate')
-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 ff8ee5742..ee4c82d8e 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 custnum magic status classnum custom )) {
+for (qw( agentnum custnum magic status classnum custom cust_fields )) {
$search_hash{$_} = $cgi->param($_) if $cgi->param($_);
}