stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / elements / select-cdr_type.html
1 % if ( FS::Record->scalar_sql('SELECT COUNT(*) FROM cdr_type') ) {
2 <% include( '/elements/select-table.html',
3               'table'       => 'cdr_type',
4               'name_col'    => 'cdrtypenum',
5               'empty_label' => '(none)',
6               @_
7           )
8 %>
9 % }
10 <%init>
11 </%init>