This commit was generated by cvs2svn to compensate for changes in r6255,
[freeside.git] / httemplate / graph / report_cust_pkg.html
1 <% include('/elements/header.html', 'Package Churn Summary' ) %>
2
3 <FORM ACTION="cust_pkg.cgi" METHOD="GET">
4
5 <TABLE>
6
7 <% include('/elements/tr-select-from_to.html' ) %>
8
9 <% include('/elements/tr-select-agent.html',
10              'curr_value' => scalar($cgi->param('agentnum')),
11              'label' => 'For agent: ',
12           )
13 %>
14
15 </TABLE>
16
17 <BR><INPUT TYPE="submit" VALUE="Display">
18 </FORM>
19
20 <% include('/elements/footer.html') %>
21 <%init>
22
23 #XXX use a different ACL for package churn?
24 die "access denied"
25   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
26
27 </%init>