diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-10-10 23:13:09 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-10 23:13:09 -0700 |
| commit | 47c250d15d752e6210b9c044a4a64e2e8992c64e (patch) | |
| tree | c7f19dabfa3c694d0847f19d33e6977f40cf00dd /httemplate/search/cust_pkg.cgi | |
| parent | 54db570dc261f7cde343fa78ef92855f6d576570 (diff) | |
add customer status to advanced package report, RT#24631
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 32b5a69e8..995779a46 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -156,8 +156,8 @@ my %search_hash = (); $search_hash{'query'} = $cgi->keywords; #scalars -for (qw( agentnum cust_main_salesnum salesnum custnum magic status custom - cust_fields pkgbatch +for (qw( agentnum cust_status cust_main_salesnum salesnum custnum magic status + custom cust_fields pkgbatch )) { $search_hash{$_} = $cgi->param($_) if length($cgi->param($_)); |
