X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=96bfdc09afab6aebc6b8e0de8b0592c410037e96;hp=1e54df3abd156304618d748fce3e813d31ec4a8a;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=66c235e33563ccd785ff9e0828398f778a75fb9f diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 1e54df3ab..96bfdc09a 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -7,7 +7,7 @@ } &> -
+ @@ -64,12 +64,15 @@ function class_mode_changed() { var div_pkg = document.getElementById('pkg_class'); var div_report = document.getElementById('report_class'); + var span_exact = document.getElementById('exact_match'); if (mode == 'pkg') { div_pkg.style.display = ''; div_report.style.display = 'none'; + span_exact.style.display = 'none'; } else if (mode == 'report') { div_pkg.style.display = 'none'; div_report.style.display = ''; + span_exact.style.display = ''; } } window.onload = class_mode_changed; @@ -149,6 +152,11 @@ window.onload = class_mode_changed;
<% emt('Breakdown') %> +
+ @@ -157,7 +165,6 @@ window.onload = class_mode_changed; - @@ -182,6 +189,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