<% include('/elements/header.html', 'Account Report' ) %>
<% include( '/elements/tr-select-agent.html', 'curr_value' => scalar($cgi->param('agentnum')), 'disable_empty' => 0, ) %> % foreach my $field (qw( last_login last_logout )) { % my $invert = $field."_invert"; % } <% include( '/elements/tr-selectmultiple-part_pkg.html' ) %> <% include( '/elements/tr-select-cust-fields.html' ) %>
Search options
"> <% $label{$field} %> Invert
<% include( '/elements/tr-input-beginning_ending.html', prefix => $field, layout => 'horiz', ) %>
 
Display options

<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('List packages'); <%once> my %label = ( 'last_login' => 'Last login', 'last_logout' => 'Last logout', );