X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill.html;h=082073339ef410a75402bb8eacafb777c7269db0;hb=6e88780721c794c8d23d36a7cbdbc76ecf9c5c3b;hp=bd302c64f3ed81f7be0a5a0eb4582b4109f9a48d;hpb=c8be0008fa9f9d351c7b0276fbd2a22debe042d2;p=freeside.git diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html index bd302c64f..082073339 100755 --- a/httemplate/search/cust_bill.html +++ b/httemplate/search/cust_bill.html @@ -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; }