first part of ACL and re-skinning work and some other small stuff
[freeside.git] / httemplate / search / cust_pkg_report.cgi
1 <%= include('/elements/header.html', 'Packages' ) %>
2
3 <FORM ACTION="cust_pkg.cgi" METHOD="GET">
4 <INPUT TYPE="hidden" NAME="magic" VALUE="bill">
5
6 Return packages with next bill date:
7 <BR><BR>
8
9   <TABLE>
10     <%= include( '/elements/tr-input-beginning_ending.html' ) %>
11     <%= include( '/elements/tr-select-agent.html',
12                    $cgi->param('agentnum'),
13                )
14     %>
15   </TABLE>
16
17 <BR>
18 <INPUT TYPE="submit" VALUE="Get Report">
19
20 </FORM>
21
22 <%= include('/elements/footer.html') %>