<% include('/elements/header.html', 'Employee commission report' ) %>
%# %# <% include( '/elements/tr-select-agent.html', %# 'curr_value' => scalar( $cgi->param('agentnum') ), %# 'disable_empty' => 0, %# ) %# %> %# <% include( '/elements/tr-select-user.html' ) %> <% include( '/elements/tr-input-beginning_ending.html', ) %>

<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Employees: Commission Report');