diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 22:09:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 22:09:41 -0800 |
commit | 98a3a04b6dfbde0bdd2b27c6f5538daf211a3db9 (patch) | |
tree | 4d449ea86916550a37ed513cbe9635dbb00498b0 /httemplate/search/report_cust_bill_pkg.html | |
parent | 799da5a4ff161203bbac930b75f3b934ccd19243 (diff) |
multiple payment options (remove cust_main.payby reporting options), RT#23741
Diffstat (limited to 'httemplate/search/report_cust_bill_pkg.html')
-rw-r--r-- | httemplate/search/report_cust_bill_pkg.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/search/report_cust_bill_pkg.html b/httemplate/search/report_cust_bill_pkg.html index e1b45ece9..9dc8b165a 100644 --- a/httemplate/search/report_cust_bill_pkg.html +++ b/httemplate/search/report_cust_bill_pkg.html @@ -32,15 +32,6 @@ &> --> -<!-- customer payment method i guess - <& /elements/tr-select-payby.html, - label => emt('Payment method:'), - payby_type => 'cust', - multiple => 1, - all_selected => 1, - &> ---> - <TR> <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="nottax" VALUE="Y" onClick="nottax_changed(this)" onChange="nottax_change(thid)"></TD> <TD><% mt('Omit taxes') |h %></TD> |