X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_sqlradius_usage.html;h=3f94f29c20cfd88372561f794f12cb084d272b04;hp=e818fb57de9ce9c952f4054fe5a1b4a1c4b4a10d;hb=fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3;hpb=5499e8e571862b071e1b072a017aba16636ea34b diff --git a/httemplate/search/report_sqlradius_usage.html b/httemplate/search/report_sqlradius_usage.html index e818fb57d..3f94f29c2 100644 --- a/httemplate/search/report_sqlradius_usage.html +++ b/httemplate/search/report_sqlradius_usage.html @@ -1,3 +1,4 @@ +%# some overlap with report_sqlradius_usage_custnum.html <& /elements/header.html, mt($title) &>
@@ -5,7 +6,9 @@ <& /elements/tr-select-agent.html, - 'empty_label' => 'all', + 'multiple' => 1, + 'disable_empty' => 1, + #'empty_label' => 'all', &> %#more future-proof to actually ask all exports if they ->can('usage_sessions') @@ -20,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, +&> +