diff options
| author | Mark Wells <mark@freeside.biz> | 2014-09-23 14:33:36 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-09-23 14:33:36 -0700 |
| commit | db21275347bb469868e81d4ca2bbed846d95f143 (patch) | |
| tree | 4b6aadc45873164952c300ac122fe63d0c062284 /httemplate/search/cust_pkg.cgi | |
| parent | 9978f575bece86766998cd41b68df200d151c44b (diff) | |
package churn report filtering by advertising source, tower, and zip code, #26999
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 54bfa00bf..c38848721 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -157,14 +157,14 @@ $search_hash{'query'} = $cgi->keywords; #scalars for (qw( agentnum cust_status cust_main_salesnum salesnum custnum magic status - custom cust_fields pkgbatch + custom cust_fields pkgbatch zip )) { $search_hash{$_} = $cgi->param($_) if length($cgi->param($_)); } #arrays -for my $param (qw( pkgpart classnum )) { +for my $param (qw( pkgpart classnum refnum towernum )) { $search_hash{$param} = [ $cgi->param($param) ] if grep { $_ eq $param } $cgi->param; } |
