<% include ('tr-td-label.html', 'label' => 'Status', @_ ) %> > <% include( '/elements/select-cust_pkg-status.html', 'curr_value' => $curr_value, %opt ) %> <%init> my %opt = @_; #my $onchange = $opt{'onchange'} # ? 'onChange="'. $opt{'onchange'}. '(this)"' # : ''; my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; $opt{'statuses'} ||= [ FS::cust_pkg->statuses() ]; # { disabled=>'' } ) my $curr_value = $opt{'curr_value'} || $opt{'value'};