summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-xhttemplate/search/cust_main.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index 503e78274..672c20174 100755
--- a/httemplate/search/cust_main.html
+++ b/httemplate/search/cust_main.html
@@ -42,7 +42,7 @@ my %search_hash = ();
#scalars
my @scalars = qw (
agentnum salesnum status address city county state zip country
- paydate_year paydate_month invoice_terms
+ invoice_terms
no_censustract with_geocode with_email tax no_tax POST no_POST
custbatch usernum
cancelled_pkgs
@@ -58,7 +58,7 @@ for my $param ( @scalars ) {
}
#lists
-for my $param (qw( classnum refnum payby tagnum pkg_classnum )) {
+for my $param (qw( classnum refnum tagnum pkg_classnum )) {
$search_hash{$param} = [ $cgi->param($param) ];
}