fix A/R report
[freeside.git] / httemplate / search / cust_tax_exempt.html
1 <% include('/elements/header.html', 'Legacy tax exemption report' ) %>
2
3 <FORM ACTION="cust_tax_exempt.cgi" METHOD="GET">
4
5   <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7     <TR>
8       <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
9     </TR>
10
11     <% include( '/elements/tr-select-cust_main-status.html',
12                   'label' => 'Customer Status'
13               )
14     %>
15
16   </TABLE>
17
18 <BR>
19 <INPUT TYPE="submit" VALUE="Get Report">
20
21
22 </FORM>
23
24 <% include('/elements/footer.html') %>
25 <%init>
26
27 die "access denied"
28   unless $FS::CurrentUser::CurrentUser->access_right('View customer tax exemptions');
29
30 </%init>
31