diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-12 21:48:43 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-12 21:48:43 -0500 |
commit | 4a6b0868fabbc617f05b1f9981c52b28d3cb2bcb (patch) | |
tree | 141c62bcd893546513bbc0d44f57dd9b12bb3e00 /httemplate/graph/report_cust_bill_pkg.html | |
parent | a73684bba1b297715a95eabb8845c5212523f4e1 (diff) |
RT#25026: Option to include taxes in sales report
Diffstat (limited to 'httemplate/graph/report_cust_bill_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 1db86e393..96bfdc09a 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -165,7 +165,6 @@ window.onload = class_mode_changed; </TR> - <TR> <TH CLASS="background" COLSPAN=2> </TH> </TR> @@ -196,6 +195,12 @@ window.onload = class_mode_changed; 'options' => [ 1, 2 ], 'labels' => { 1 => 'Separate', 2 => 'Do not show' }, &> +<& /elements/tr-select.html, + 'label' => 'Taxes', + 'field' => 'use_taxes', + 'options' => [ 1, 2 ], + 'labels' => { 1 => 'Separate', 2 => 'Do not show' }, +&> <TR> <TD ALIGN="right">Colors</TD> |