2 '/elements/header.html',
3 ( $cgi->param('failed') ? 'Failed billing events' : 'Billing events' ),
7 <FORM ACTION="cust_event.html" METHOD="GET">
8 <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>">
9 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
12 <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
15 <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
17 <% include( '/elements/tr-select-cust_main-status.html',
22 <% include( '/elements/tr-select-part_event.html',
29 <% include( '/elements/tr-input-beginning_ending.html' ) %>
32 <BR><INPUT TYPE="submit" VALUE="Get Report">
35 <% include('/elements/footer.html') %>
39 unless $FS::CurrentUser::CurrentUser->access_right('Billing event reports');