diff options
author | Mark Wells <mark@freeside.biz> | 2014-09-30 00:53:20 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-09-30 00:53:20 -0700 |
commit | b3bcbc3dda6f1b994f206c22b02acddb17ebdf1a (patch) | |
tree | 90f4b5e74523260119a832ff90b5ee0feeab2c43 /httemplate/search/cust_pkg.cgi | |
parent | 323ba5578a82c2e6c7ed0b83952504861809fb2b (diff) |
detail links on new 477 report, #30360
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
-rwxr-xr-x | httemplate/search/cust_pkg.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index c38848721..c88b3a1d5 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -158,6 +158,7 @@ $search_hash{'query'} = $cgi->keywords; #scalars for (qw( agentnum cust_status cust_main_salesnum salesnum custnum magic status custom cust_fields pkgbatch zip + 477part 477rownum date )) { $search_hash{$_} = $cgi->param($_) if length($cgi->param($_)); |