RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / elements / select-reason_type.html
1 <% include( '/elements/select-table.html',
2                  'table'       => 'reason_type',
3                  'name_col'    => 'type',
4                  'value'       => $typenum,
5                  #XXX? 'empty_label' => '(none)',
6                  #XXX? 'hashref'     => { 'disabled' => '' },
7                  %opt,
8              )
9 %>
10 <%init>
11
12 my %opt = @_;
13 my $typenum = $opt{'curr_value'} || $opt{'value'};
14
15 #my %hash = ();
16 #$hash{'disabled'} = '' unless $opt{'showdisabled'};
17
18 #$opt{'records'} = delete $opt{'reason_type'}
19 #  if $opt{'reason_type'};
20
21 </%init>