deposit slips
[freeside.git] / httemplate / search / cust_pkg_susp.html
1 <% include( '/elements/header.html', 'Suspension/Reactivation Report' ) %>
2
3 <FORM ACTION="cust_pkg_susp.cgi" METHOD="GET">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7   <TR>
8     <TH CLASS="background" COLSPAN=2 ALIGN="left">
9       <FONT SIZE="+1">Search options</FONT>
10     </TH>
11   </TR>
12
13   <% include ('/elements/tr-input-beginning_ending.html') %>
14
15 </TABLE>
16
17 <BR>
18 <INPUT TYPE="submit" VALUE="Get Report">
19
20 </FORM>
21
22 <% include('/elements/footer.html') %>
23 <%init>
24
25 die "access denied"
26   unless $FS::CurrentUser::CurrentUser->access_right('Summarize packages');
27
28 </%init>