summaryrefslogtreecommitdiff
path: root/httemplate/browse/part_pkg_report_option.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/browse/part_pkg_report_option.html')
-rw-r--r--httemplate/browse/part_pkg_report_option.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/httemplate/browse/part_pkg_report_option.html b/httemplate/browse/part_pkg_report_option.html
deleted file mode 100644
index 00f2e8388..000000000
--- a/httemplate/browse/part_pkg_report_option.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<% include( 'elements/browse.html',
- 'title' => 'Package optional report classes',
- 'html_init' => $html_init,
- 'name' => 'package optional report classes',
- 'disableable' => 1,
- 'disabled_statuspos' => 2,
- 'query' => { 'table' => 'part_pkg_report_option',
- 'hashref' => {},
- 'order_by' => 'ORDER BY name',
- },
- 'count_query' => 'SELECT COUNT(*) FROM part_pkg_report_option',
- 'header' => [ '#', 'Class' ],
- 'fields' => [ 'num', 'name' ],
- 'links' => [ $link, $link ],
- )
-%>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
-
-my $html_init =
- 'Package optional report classes define optional groups of packages for reporting only.'.
- qq!<BR><BR><A HREF="${p}edit/part_pkg_report_option.html"><I>Add a class</I></A><BR><BR>!;
-
-my $link = [ $p.'edit/part_pkg_report_option.html?', 'num' ];
-
-</%init>