summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pkg.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-09-30 00:53:20 -0700
committerMark Wells <mark@freeside.biz>2014-09-30 00:53:20 -0700
commitb3bcbc3dda6f1b994f206c22b02acddb17ebdf1a (patch)
tree90f4b5e74523260119a832ff90b5ee0feeab2c43 /httemplate/search/cust_pkg.cgi
parent323ba5578a82c2e6c7ed0b83952504861809fb2b (diff)
detail links on new 477 report, #30360
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
-rwxr-xr-xhttemplate/search/cust_pkg.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi
index c388487..c88b3a1 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($_));