diff options
author | Mark Wells <mark@freeside.biz> | 2015-07-07 11:31:42 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-07-07 12:05:24 -0700 |
commit | 4a03b0b62cef514f9217e7be61cf7a16218ea387 (patch) | |
tree | 1512a786f1ba5a9930471c39d82cec220a0c1d06 /httemplate/graph/report_cust_bill_pkg.html | |
parent | 2e52b3a969c6325e9b74ef4ac7f5d435a999f309 (diff) |
optionally include discounts in sales report, #37124
Diffstat (limited to 'httemplate/graph/report_cust_bill_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 76d3a6ca3..1db86e393 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -190,6 +190,12 @@ window.onload = class_mode_changed; 'onchange'=> 'enable_agent_totals', &> % } +<& /elements/tr-select.html, + 'label' => 'Discounts', + 'field' => 'use_discount', + 'options' => [ 1, 2 ], + 'labels' => { 1 => 'Separate', 2 => 'Do not show' }, +&> <TR> <TD ALIGN="right">Colors</TD> |