diff options
| author | Mark Wells <mark@freeside.biz> | 2015-07-07 11:31:42 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-07-07 11:56:18 -0700 |
| commit | dbc913a3ae4d582fbfacf290ee75debe5f0b5413 (patch) | |
| tree | 065b077c74e6981723d979c4e1862a2c41bb287d /httemplate/graph/report_cust_bill_pkg.html | |
| parent | 5e9677cbad2051ea452b389fa03bddf37166c590 (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..e99671454 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' => [ 2, 1 ], # 3.x only: make 2 the default + 'labels' => { 1 => 'Separate', 2 => 'Do not show' }, +&> <TR> <TD ALIGN="right">Colors</TD> |
