multiple payment options (remove cust_main.payby reporting options), RT#23741
[freeside.git] / httemplate / search / cust_bill.html
index bd302c6..0820733 100755 (executable)
@@ -119,7 +119,7 @@ if ( $cgi->param('invnum') =~ /^\s*(FS-)?(\d+)\s*$/ ) {
   }
 
   #arrays
-  for my $param (qw( cust_classnum payby )) {
+  for my $param (qw( cust_classnum )) {
   $search{$param} = [ $cgi->param($param) ]
     if grep { $_ eq $param } $cgi->param;
   }