summaryrefslogtreecommitdiff
path: root/httemplate/search/report_sqlradius_usage-custnum.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-26 13:44:27 -0700
committerMark Wells <mark@freeside.biz>2016-10-26 13:44:36 -0700
commit21802b5591a2a1c580b4c2fc6490693bc3af52f6 (patch)
treeeca74a8344befa912a814698896da8c9a07726dd /httemplate/search/report_sqlradius_usage-custnum.html
parent0ae9ab3d7db1f7c231028717dcdbc0e35e030ed4 (diff)
improve RADIUS data usage report: multiple export selection, optionally group by package, #73093 and #73049
Diffstat (limited to 'httemplate/search/report_sqlradius_usage-custnum.html')
-rw-r--r--httemplate/search/report_sqlradius_usage-custnum.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/httemplate/search/report_sqlradius_usage-custnum.html b/httemplate/search/report_sqlradius_usage-custnum.html
index a71012dd4..276deaa0b 100644
--- a/httemplate/search/report_sqlradius_usage-custnum.html
+++ b/httemplate/search/report_sqlradius_usage-custnum.html
@@ -22,11 +22,21 @@
'name_col' => 'label',
'value_col' => 'exportnum',
'records' => \@exports,
- 'disable_empty' => 1,
+ 'multiple' => 1,
&>
% }
+
<& /elements/tr-input-beginning_ending.html &>
+<& /elements/tr-radio.html,
+ 'field' => 'combine_svcs',
+ 'options' => [ 0, 1 ],
+ 'curr_value' => 0,
+ 'labels' => { 0 => 'Per service',
+ 1 => 'Per package',
+ },
+&>
+
</TABLE>
<BR>