From 5166db343d41a430e89e51682274d6c572ee59ee Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 26 Oct 2016 13:44:27 -0700 Subject: improve RADIUS data usage report: multiple export selection, optionally group by package, #73093 and #73049 Conflicts: httemplate/search/sqlradius_usage.html httemplate/view/cust_main/menu.html --- httemplate/search/report_sqlradius_usage.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'httemplate/search/report_sqlradius_usage.html') diff --git a/httemplate/search/report_sqlradius_usage.html b/httemplate/search/report_sqlradius_usage.html index 38d52e531..3f94f29c2 100644 --- a/httemplate/search/report_sqlradius_usage.html +++ b/httemplate/search/report_sqlradius_usage.html @@ -23,12 +23,21 @@ 'extra_sql' => ' WHERE exporttype IN ( '. join(',', map "'$_'", @exporttypes). ')', - 'disable_empty' => 1, + 'multiple' => 1, 'order_by' => 'ORDER BY exportnum', &> <& /elements/tr-input-beginning_ending.html &> +<& /elements/tr-radio.html, + 'field' => 'combine_svcs', + 'options' => [ 0, 1 ], + 'labels' => { 0 => 'Per service', + 1 => 'Per package', + }, + 'curr_value' => 0, +&> +
-- cgit v1.2.1