diff options
Diffstat (limited to 'httemplate/search/report_sqlradius_usage-custnum.html')
| -rw-r--r-- | httemplate/search/report_sqlradius_usage-custnum.html | 12 |
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> |
