deposit slips
[freeside.git] / httemplate / search / report_sqlradius_usage.html
index 89b6084..3f94f29 100644 (file)
@@ -6,7 +6,9 @@
 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
 
 <& /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')
   '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,
+&>
+
 </TABLE>
 
 <BR>