summaryrefslogtreecommitdiff
path: root/httemplate/graph/report_cust_bill_pkg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-07 11:31:42 -0700
committerMark Wells <mark@freeside.biz>2015-07-07 12:05:24 -0700
commit4a03b0b62cef514f9217e7be61cf7a16218ea387 (patch)
tree1512a786f1ba5a9930471c39d82cec220a0c1d06 /httemplate/graph/report_cust_bill_pkg.html
parent2e52b3a969c6325e9b74ef4ac7f5d435a999f309 (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.html6
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>