diff options
author | levinse <levinse> | 2010-11-05 03:56:07 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-11-05 03:56:07 +0000 |
commit | 042d37f557e3ad0cf2f02753d20e70dfbd1f73a9 (patch) | |
tree | 6378701fc2924e3233ce72cc61f95c3d5e9f1eb0 /httemplate/search/cust_main.html | |
parent | d86c2687d55370e9aee258b7ed9b34ab181ffbf1 (diff) |
add a multi-select for tags to advanced customer search, RT6376
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-x | httemplate/search/cust_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 5bfdf170b..04ecf894a 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -56,7 +56,7 @@ for my $param ( @scalars ) { } #lists -for my $param (qw( classnum payby )) { +for my $param (qw( classnum payby tagnum )) { $search_hash{$param} = [ $cgi->param($param) ]; } |