1 <& /elements/header.html, 'Package Agent Credits and Payments' &>
3 <P>Shows agent commission credits, and payments applied to invoices for packages that triggered those credits.</P>
5 <FORM ACTION="agent_credit_payment.html" METHOD="GET">
7 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
9 <& /elements/tr-select-agent.html,
10 'curr_value' => scalar( $cgi->param('agentnum') ),
15 <& /elements/tr-input-beginning_ending.html &>
20 <INPUT TYPE="submit" VALUE="Get Report">
24 <% include('/elements/footer.html') %>
28 unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');