summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_void.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_bill_void.html')
-rw-r--r--httemplate/search/cust_bill_void.html4
1 files changed, 0 insertions, 4 deletions
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') ];