X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=d675aadba1b294c87055c4428ef400b14d2e3396;hp=c6eb0f2bf59e955210941553a822e3b47237b15f;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=0ddb95ef7e09ada82657f30ce459fe229b2851c0 diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index c6eb0f2bf..d675aadba 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -1,13 +1,12 @@ <& /elements/header.html, { title => 'Sales Report', head => ' - ', } &> -
+ @@ -165,7 +164,6 @@ window.onload = class_mode_changed; - @@ -190,6 +188,18 @@ 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' }, +&> +<& /elements/tr-select.html, + 'label' => 'Taxes', + 'field' => 'use_taxes', + 'options' => [ 1, 2 ], + 'labels' => { 1 => 'Separate', 2 => 'Do not show' }, +&>
 
Colors