1 <% include('/elements/header.html', 'Agent commission report' ) %>
3 <FORM ACTION="agent_commission_pkg.html">
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
7 <% include( '/elements/tr-select-agent.html', disable_empty => 1 ) %>
9 <% include( '/elements/tr-input-beginning_ending.html', ) %>
14 <INPUT TYPE="submit" VALUE="Get Report">
16 <% include('/elements/footer.html') %>
20 unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');