summaryrefslogtreecommitdiff
path: root/httemplate/search/report_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/report_cust_bill_void.html
parent799da5a4ff161203bbac930b75f3b934ccd19243 (diff)
multiple payment options (remove cust_main.payby reporting options), RT#23741
Diffstat (limited to 'httemplate/search/report_cust_bill_void.html')
-rw-r--r--httemplate/search/report_cust_bill_void.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/httemplate/search/report_cust_bill_void.html b/httemplate/search/report_cust_bill_void.html
index cb13b785a..91209aeba 100644
--- a/httemplate/search/report_cust_bill_void.html
+++ b/httemplate/search/report_cust_bill_void.html
@@ -28,17 +28,6 @@
'all_selected' => 1,
&>
-% if ( $cust_main ) {
- <INPUT TYPE="hidden" NAME="payby" VALUE="<% $cust_main->payby %>">
-% } else {
- <& /elements/tr-select-payby.html,
- label => emt('Payment method:'),
- payby_type => 'cust',
- multiple => 1,
- all_selected => 1,
- &>
-% }
-
</TABLE>
<BR>