summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_void.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-15 22:09:41 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-15 22:09:41 -0800
commit98a3a04b6dfbde0bdd2b27c6f5538daf211a3db9 (patch)
tree4d449ea86916550a37ed513cbe9635dbb00498b0 /httemplate/search/cust_bill_void.html
parent799da5a4ff161203bbac930b75f3b934ccd19243 (diff)
multiple payment options (remove cust_main.payby reporting options), RT#23741
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') ];