diff options
Diffstat (limited to 'httemplate/graph/report_cust_pkg_cost.html')
-rw-r--r-- | httemplate/graph/report_cust_pkg_cost.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/httemplate/graph/report_cust_pkg_cost.html b/httemplate/graph/report_cust_pkg_cost.html deleted file mode 100644 index 553db096b..000000000 --- a/httemplate/graph/report_cust_pkg_cost.html +++ /dev/null @@ -1,26 +0,0 @@ -<% include('/elements/header.html', 'Package Costs Report' ) %> - -<FORM ACTION="cust_pkg_cost.cgi" METHOD="GET"> - -<TABLE> - -<% include('/elements/tr-select-from_to.html' ) %> - -<% include('/elements/tr-select-agent.html', - 'label' => 'For agent: ', - 'disable_empty' => 0, - ) -%> - -</TABLE> - -<BR><INPUT TYPE="submit" VALUE="Display"> -</FORM> - -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); - -</%init> |