Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / search / report_cust_main_credit_limit.html
1 <& /elements/header.html, 'Credit limit incidents' &>
2
3 <FORM ACTION="cust_main_credit_limit.html" METHOD="GET">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7 <& /elements/tr-search-cust_main.html, 'label' => 'Customer' &>
8
9 <TR><TD></TD><TD><FONT SIZE="-1">(leave blank for all customers)</FONT></TD></TR>
10
11 <& /elements/tr-input-beginning_ending.html &>
12
13 </TABLE>
14
15 <BR>
16 <INPUT TYPE="submit" VALUE="Get Report">
17
18 <& /elements/footer.html &>
19 <%init>
20
21 die "access denied"
22   unless $FS::CurrentUser::CurrentUser->access_right('List rating data');
23
24 </%init>