From 4a03b0b62cef514f9217e7be61cf7a16218ea387 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 7 Jul 2015 11:31:42 -0700 Subject: optionally include discounts in sales report, #37124 --- httemplate/graph/report_cust_bill_pkg.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate/graph/report_cust_bill_pkg.html') 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' }, +&> Colors -- cgit v1.2.1