% if ( ! $show ) { % } else { <% $opt{'cdrbatch'} || 'CDR Batch: ' %> <% include( '/elements/select-cdrbatch.html', 'curr_value' => $selected_cdrbatch, %opt ) %> % } <%init> my( %opt ) = @_; my $conf = new FS::Conf; my $selected_cdrbatch = $opt{'curr_value'}; # || $opt{'value'} necessary? $opt{'records'} = delete $opt{'cdr_batch'} if $opt{'cdr_batch'}; my $sth = dbh->prepare('SELECT COUNT(*) FROM cdr_batch LIMIT 1') or die dbh->errstr; $sth->execute or die $sth->errstr; my $show = $sth->fetchrow_arrayref->[0];