X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_sqlradius_usage.html;h=3f94f29c20cfd88372561f794f12cb084d272b04;hp=89b60847bd9ac64fa37cb216d36406887a6e5c33;hb=fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3;hpb=4e2e2afe2b9d54e971f433350f215df156e64f60 diff --git a/httemplate/search/report_sqlradius_usage.html b/httemplate/search/report_sqlradius_usage.html index 89b60847b..3f94f29c2 100644 --- a/httemplate/search/report_sqlradius_usage.html +++ b/httemplate/search/report_sqlradius_usage.html @@ -6,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') @@ -21,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, +&> +