1 <% include( '/elements/select-table.html',
2 'table' => 'cdr_batch',
3 'name_col' => 'cdrbatch',
4 'curr_value' => $cdrbatchnum,
5 'empty_label' => '(none)',
6 'pre_options' => [ '__ALL__' => 'All' ],
12 my $cdrbatchnum = $opt{'curr_value'}; # || $opt{'value'} necessary?