diff options
author | ivan <ivan> | 2009-10-29 19:08:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-29 19:08:13 +0000 |
commit | 99eea3e4cc49a10231e3f3bce4b9afb01913ce55 (patch) | |
tree | 3e07f25ecfdf5add820622a082af787f82fac9fc /httemplate/search/cust_main.html | |
parent | fcc3ddbd03b97b88bf04f6984d7fd3c443fb14b5 (diff) |
customer classification, RT#6376
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-x | httemplate/search/cust_main.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index f098fd3a6..186467e00 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -54,9 +54,8 @@ for my $param ( @scalars ) { } #lists -for my $param (qw( payby )) { - $search_hash{$param} = [ $cgi->param($param) ] - if $cgi->param($param); +for my $param (qw( classnum payby )) { + $search_hash{$param} = [ $cgi->param($param) ]; } ### |