multiple payment options (remove cust_main.payby reporting options), RT#23741
[freeside.git] / httemplate / search / cust_event.html
index f1b9951..757982b 100644 (file)
@@ -163,7 +163,7 @@ for my $param (@scalars) {
 }
 
 #lists
-my @lists = qw( payby eventpart );
+my @lists = qw( eventpart );
 foreach my $param (@lists) {
   $search{$param} = [ $cgi->param($param) ];
 }