<% include( '/elements/select-table.html', 'table' => 'agent', 'name_col' => 'agent', 'value' => $agentnum || '', 'empty_label' => 'all', 'hashref' => { 'disabled' => '' }, 'extra_sql' => ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql. ' ORDER BY agent', %opt, ) %> <%init> my %opt = @_; my $agentnum = $opt{'curr_value'} || $opt{'value'}; $opt{'records'} = delete $opt{'agents'} if $opt{'agents'};