summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main_credit_limit.html
blob: 8503fb396c922c52d4178c745174aa0ada98b200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<& /elements/header.html, 'Credit limit incidents' &>

<FORM ACTION="cust_main_credit_limit.html" METHOD="GET">

<TABLE BGCOLOR="#cccccc" CELLSPACING=0>

<& /elements/tr-search-cust_main.html, 'label' => 'Customer' &>

<TR><TD></TD><TD><FONT SIZE="-1">(leave blank for all customers)</FONT></TD></TR>

<& /elements/tr-input-beginning_ending.html &>

</TABLE>

<BR>
<INPUT TYPE="submit" VALUE="Get Report">

<& /elements/footer.html &>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('List rating data');

</%init>