diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-02-22 14:07:05 -0600 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-02-22 14:10:06 -0600 |
commit | 9cdd1ab701ad6d70f099cea5a8209c9c589b7bb2 (patch) | |
tree | 0e2b031dc66fbd75818154d03c350793fe825656 /httemplate/search/report_cust_bill_pkg_discount.html | |
parent | de549dfea65bf78508b508f03e4f9637122166a6 (diff) |
RT# 79353 Update discount report - include waived setup fees
Diffstat (limited to 'httemplate/search/report_cust_bill_pkg_discount.html')
-rw-r--r-- | httemplate/search/report_cust_bill_pkg_discount.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_bill_pkg_discount.html b/httemplate/search/report_cust_bill_pkg_discount.html index 10ccba912..6412379f2 100644 --- a/httemplate/search/report_cust_bill_pkg_discount.html +++ b/httemplate/search/report_cust_bill_pkg_discount.html @@ -24,6 +24,12 @@ <& /elements/tr-input-beginning_ending.html &> + <& /elements/tr-checkbox.html, + label => 'Include waived setup fees:', + field => 'include_waived_setup', + value => 'Y', + &> + <!-- doesn't actually work yet, needs support in cust_bill_pkg_discount.html <& /elements/tr-input-lessthan_greaterthan.html, 'label' => 'Amount', |