diff options
| author | Mark Wells <mark@freeside.biz> | 2014-09-23 14:34:00 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-09-23 14:34:00 -0700 |
| commit | 69bdaccf38c8f1b7471ff13354ccbcbb6aa20096 (patch) | |
| tree | 3df80f225d4acb7100d260ca2e56be735ba8de07 /httemplate/search/cust_pkg.cgi | |
| parent | 942e4d33971c804511a4770f58483e1d4385aa61 (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; } |
