1 <% include('/elements/header.html', 'Customer CDRs Profit/Loss Report' ) %>
3 <FORM ACTION="customer_cdr_profit.html" METHOD="GET">
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
7 <% include( '/elements/tr-select-agent.html',
8 'curr_value' => scalar( $cgi->param('agentnum') ),
14 <% include('/elements/tr-select-from_to.html' ) %>
19 <INPUT TYPE="submit" VALUE="Get Report">
23 <% include('/elements/footer.html') %>
27 unless $FS::CurrentUser::CurrentUser->access_right('Financial reports')
28 && $FS::CurrentUser::CurrentUser->access_right('List rating data');