optimize CDR rating after timed rate perf regression, RT#15739
[freeside.git] / httemplate / graph / report_cust_pkg_cost.html
1 <% include('/elements/header.html', 'Package Costs Report' ) %>
2
3 <FORM ACTION="cust_pkg_cost.cgi" METHOD="GET">
4
5 <TABLE>
6
7 <% include('/elements/tr-select-from_to.html' ) %>
8
9 <% include('/elements/tr-select-agent.html',
10              'label'         => 'For agent: ',
11              'disable_empty' => 0,
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 die "access denied"
24   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
25
26 </%init>