summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_main.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-12-06 14:41:55 -0800
committerMark Wells <mark@freeside.biz>2013-12-06 14:41:55 -0800
commit701888cb344e68274df2f95494a5c48b0773d908 (patch)
treec33e5359719d033820290a1f922961d279e69169 /httemplate/search/cust_main.html
parentec02246ea0218838def2b12b0b987f71662d1761 (diff)
advanced customer report: search by package class, #25531
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-xhttemplate/search/cust_main.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index 66a3a9825..b97a4ef60 100755
--- a/httemplate/search/cust_main.html
+++ b/httemplate/search/cust_main.html
@@ -47,6 +47,7 @@ my @scalars = qw (
cancelled_pkgs
cust_fields flattened_pkgs
all_tags
+ all_pkg_classnums
);
for my $param ( @scalars ) {
@@ -55,7 +56,7 @@ for my $param ( @scalars ) {
}
#lists
-for my $param (qw( classnum refnum payby tagnum )) {
+for my $param (qw( classnum refnum payby tagnum pkg_classnum )) {
$search_hash{$param} = [ $cgi->param($param) ];
}