X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_sqlradius_usage.html;h=3f94f29c20cfd88372561f794f12cb084d272b04;hp=7e54465d3de15e8ee5739a4a74e1ccd089aae98d;hb=fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3;hpb=7ad6715f6e0810df90046af7c4c905d945712476 diff --git a/httemplate/search/report_sqlradius_usage.html b/httemplate/search/report_sqlradius_usage.html index 7e54465d3..3f94f29c2 100644 --- a/httemplate/search/report_sqlradius_usage.html +++ b/httemplate/search/report_sqlradius_usage.html @@ -1,11 +1,14 @@ +%# some overlap with report_sqlradius_usage_custnum.html <& /elements/header.html, mt($title) &>
- <& /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, +&> +