1 <% include('/elements/header.html', 'Employee commission report' ) %>
3 <FORM ACTION="part_pkg.html">
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
8 %# <% include( '/elements/tr-select-agent.html',
9 %# 'curr_value' => scalar( $cgi->param('agentnum') ),
10 %# 'disable_empty' => 0,
15 <% include( '/elements/tr-select-user.html' ) %>
17 <% include( '/elements/tr-input-beginning_ending.html', ) %>
22 <INPUT TYPE="submit" VALUE="Get Report">
24 <% include('/elements/footer.html') %>
28 unless $FS::CurrentUser::CurrentUser->access_right('Employees: Commission Report');