X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_void.html;h=38bbf45f8d305b35916e3e97a7bd98ea2a11c3d5;hp=d99f759bd494c9f37c480666da6b2ab8c7f69f24;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=58f8f045141e56c38dd47bf7b9f33094236c0d0a diff --git a/httemplate/search/cust_bill_void.html b/httemplate/search/cust_bill_void.html index d99f759bd..38bbf45f8 100644 --- a/httemplate/search/cust_bill_void.html +++ b/httemplate/search/cust_bill_void.html @@ -124,10 +124,6 @@ if ( grep { $_ eq 'cust_classnum' } $cgi->param ) { if ( $cgi->param('invnum_max') =~ /^\s*(\d+)\s*$/ ) { $search{'invnum_max'} = $1; } - #payby - if ( $cgi->param('payby') ) { - $search{'payby'} = [ $cgi->param('payby') ]; - } #amounts $search{'charged'} = [ FS::UI::Web::parse_lt_gt($cgi, 'charged') ];