412c3f79d0aa3c3c57fbdb9be80c4f65aa5faebe
[freeside.git] / httemplate / search / cust_pkg_report.cgi
1 <HTML>
2   <HEAD>
3     <TITLE>Packages</TITLE>
4   </HEAD>
5   <BODY BGCOLOR="#e8e8e8">
6     <H1>Packages</H1>
7     <FORM ACTION="cust_pkg.cgi" METHOD="GET">
8     <INPUT TYPE="hidden" NAME="magic" VALUE="bill">
9       Return packages with next bill date:<BR><BR>
10       <TABLE>
11         <%= include( '/elements/tr-input-beginning_ending.html' ) %>
12         <%= include( '/elements/tr-select-agent.html',
13                        $cgi->param('agentnum'),
14                    )
15         %>
16       </TABLE>
17       <BR><INPUT TYPE="submit" VALUE="Get Report">
18
19     </FORM>
20
21   </BODY>
22 </HTML>
23