summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-cdr_type.html
blob: 9d260898a962067f362b5ff4e7214b1d5e5c8d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
% if ( FS::Record->scalar_sql('SELECT COUNT(*) FROM cdr_type') ) {
<% include( '/elements/select-table.html',
              'table'       => 'cdr_type',
              'name_col'    => 'cdrtypenum',
              'empty_label' => '(none)',
              @_
          )
%>
% }
<%init>
</%init>