From 042d37f557e3ad0cf2f02753d20e70dfbd1f73a9 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 5 Nov 2010 03:56:07 +0000 Subject: add a multi-select for tags to advanced customer search, RT6376 --- httemplate/search/cust_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search/cust_main.html') 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) ]; } -- cgit v1.2.1